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
22c75f853b
commit
0ed8158f6e
@ -92,3 +92,4 @@ 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