mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Support on-off device in rfxtrx light
This commit is contained in:
parent
0d45470ea6
commit
eacfac6fa8
@ -166,7 +166,6 @@ class RfxtrxLight(Light):
|
||||
self._event.device.send_dim(rfxtrx.RFXOBJECT.transport,
|
||||
self._brightness)
|
||||
|
||||
|
||||
self._brightness = (self._brightness * 255 // 100)
|
||||
self._state = True
|
||||
self.update_ha_state()
|
||||
|
Loading…
x
Reference in New Issue
Block a user