mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
First draft of read_after_set for scenes
This commit is contained in:
parent
5369d8c61c
commit
4d53fa0173
@ -205,6 +205,7 @@ class HueLight(Light):
|
|||||||
command['effect'] = 'none'
|
command['effect'] = 'none'
|
||||||
|
|
||||||
self.bridge.set_light(self.light_id, command)
|
self.bridge.set_light(self.light_id, command)
|
||||||
|
self.update()
|
||||||
|
|
||||||
def turn_off(self, **kwargs):
|
def turn_off(self, **kwargs):
|
||||||
""" Turn the specified or all lights off. """
|
""" Turn the specified or all lights off. """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user