Remove incorrect change

pull/394/head
pavoni 2015-09-18 12:34:02 +01:00
parent 4d53fa0173
commit 3a3374ed4b
1 changed files with 0 additions and 1 deletions

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