mirror of
https://github.com/home-assistant/core.git
synced 2025-08-17 03:21:40 +02:00
Remove incorrect change
This commit is contained in:
@@ -205,7 +205,6 @@ 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. """
|
||||||
|
Reference in New Issue
Block a user