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