Remove incorrect change

This commit is contained in:
pavoni 2015-09-18 12:34:02 +01:00
parent 4d53fa0173
commit 3a3374ed4b

View File

@ -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. """