Add is_lighting4 to RfxtrxBinarySensor (#8563)

pull/8625/head
Daniel Høyer Iversen 2017-07-20 11:12:42 +02:00 committed by Paulus Schoutsen
parent 36e266442f
commit c100b8cb52
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ class RfxtrxBinarySensor(BinarySensorDevice):
self._device_class = device_class
self._off_delay = off_delay
self._state = False
self.is_lighting4 = False
self.delay_listener = None
self._data_bits = data_bits
self._cmd_on = cmd_on