Skip to content

Commit

Permalink
Updated empty scene call
Browse files Browse the repository at this point in the history
  • Loading branch information
c503ghosh committed Sep 16, 2024
1 parent a4bbf66 commit eb1db98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/dirigera_platform/dirigera_lib_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_controllers(self) -> List[ControllerX]:
controllers = list(filter(lambda x: x["type"] == "controller", devices))
return [dict_to_controller(controller, self) for controller in controllers]

def create_empty_scene_for_controller(self, name:str, controller_id: str):
def create_empty_scene(self, name:str, controller_id: str):
data = {
"info": { "name" : name , "icon" : "scenes_trophy"},
"type": "customScene",
Expand Down

0 comments on commit eb1db98

Please sign in to comment.