Remove incorrect change
parent
4d53fa0173
commit
3a3374ed4b
|
@ -205,7 +205,6 @@ class HueLight(Light):
|
|||
command['effect'] = 'none'
|
||||
|
||||
self.bridge.set_light(self.light_id, command)
|
||||
self.update()
|
||||
|
||||
def turn_off(self, **kwargs):
|
||||
""" Turn the specified or all lights off. """
|
||||
|
|
Loading…
Reference in New Issue