fixed duplicate words (#9705)
This commit is contained in:
parent
c1b5772f0f
commit
c7226ec28f
4 changed files with 4 additions and 4 deletions
|
@ -263,7 +263,7 @@ def setup_bridge(host, hass, add_devices, filename, allow_unreachable,
|
|||
# create a service for calling run_scene directly on the bridge,
|
||||
# used to simplify automation rules.
|
||||
def hue_activate_scene(call):
|
||||
"""Service to call directly directly into bridge to set scenes."""
|
||||
"""Service to call directly into bridge to set scenes."""
|
||||
group_name = call.data[ATTR_GROUP_NAME]
|
||||
scene_name = call.data[ATTR_SCENE_NAME]
|
||||
bridge.run_scene(group_name, scene_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue