mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Add is_lighting4 to RfxtrxBinarySensor (#8563)
This commit is contained in:
committed by
GitHub
parent
49c399c358
commit
fde291f866
@@ -154,6 +154,7 @@ class RfxtrxBinarySensor(BinarySensorDevice):
|
|||||||
self._device_class = device_class
|
self._device_class = device_class
|
||||||
self._off_delay = off_delay
|
self._off_delay = off_delay
|
||||||
self._state = False
|
self._state = False
|
||||||
|
self.is_lighting4 = False
|
||||||
self.delay_listener = None
|
self.delay_listener = None
|
||||||
self._data_bits = data_bits
|
self._data_bits = data_bits
|
||||||
self._cmd_on = cmd_on
|
self._cmd_on = cmd_on
|
||||||
|
Reference in New Issue
Block a user