fixed duplicate words (#9705)

This commit is contained in:
Florian Klien 2017-10-05 21:55:09 +02:00 committed by Daniel Høyer Iversen
parent c1b5772f0f
commit c7226ec28f
4 changed files with 4 additions and 4 deletions

View file

@ -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)