mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +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
|
||||
tasks = [
|
||||
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()
|
||||
if isinstance(bridge, HueBridge)
|
||||
|
Loading…
x
Reference in New Issue
Block a user