mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Added suport for Tellstick light. Assume dimable switch is a light
This commit is contained in:
parent
0ed8158f6e
commit
cb9ad467af
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user