From f2d553bfd14c96c38c4fdeaff4aa8cf680382cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Sat, 28 Nov 2015 23:28:17 +0100 Subject: [PATCH] Update tellstick.py --- homeassistant/components/light/tellstick.py | 2 ++ 1 file changed, 2 insertions(+) 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):