diff --git a/homeassistant/components/light/hue.py b/homeassistant/components/light/hue.py index b438d7b92b1..be993695e13 100644 --- a/homeassistant/components/light/hue.py +++ b/homeassistant/components/light/hue.py @@ -205,6 +205,7 @@ 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. """