mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix Hue activate scene (#49556)
This commit is contained in:
parent
9879b7becf
commit
9fe0c96474
@ -153,7 +153,7 @@ def _register_services(hass):
|
|||||||
# Call the set scene function on each bridge
|
# Call the set scene function on each bridge
|
||||||
tasks = [
|
tasks = [
|
||||||
bridge.hue_activate_scene(
|
bridge.hue_activate_scene(
|
||||||
call.data, updated=skip_reload, hide_warnings=skip_reload
|
call.data, skip_reload=skip_reload, hide_warnings=skip_reload
|
||||||
)
|
)
|
||||||
for bridge in hass.data[DOMAIN].values()
|
for bridge in hass.data[DOMAIN].values()
|
||||||
if isinstance(bridge, HueBridge)
|
if isinstance(bridge, HueBridge)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user