diff --git a/homeassistant/components/light/tellstick.py b/homeassistant/components/light/tellstick.py index d1be623accb..48a5a3ed814 100644 --- a/homeassistant/components/light/tellstick.py +++ b/homeassistant/components/light/tellstick.py @@ -67,8 +67,7 @@ class TellstickLight(Light): tellcore_constants.TELLSTICK_DIM | tellcore_constants.TELLSTICK_UP | tellcore_constants.TELLSTICK_DOWN) - - self.update() + self.update() @property def name(self):