From cb9ad467af1762f9b384f858541130f2aa3b122a Mon Sep 17 00:00:00 2001 From: Danielhiversen Date: Wed, 4 Feb 2015 22:54:05 +0100 Subject: [PATCH] Added suport for Tellstick light. Assume dimable switch is a light --- homeassistant/components/light/tellstick.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/light/tellstick.py b/homeassistant/components/light/tellstick.py index 8073f251ae2..c9eba19b992 100644 --- a/homeassistant/components/light/tellstick.py +++ b/homeassistant/components/light/tellstick.py @@ -92,4 +92,3 @@ class TellstickLight(ToggleDevice): last_sent_value = self.tellstick.last_sent_value() if not last_sent_value is None: self.brightness = last_sent_value - self.tellstick.dim(self.brightness)