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