Paulus Schoutsen
994b829cb4
add_devices -> add_entities ( #16171 )
...
* add_devices -> add_entities
* Lint
* PyLint
* Revert external method in scsgate
2018-08-24 16:37:30 +02:00
digiblur
6f6d86c700
Add relay addr & chan config to alarmdecoder zones ( #15242 )
...
Add relay addr & chan config to alarmdecoder zones
2018-07-21 17:31:07 +02:00
hawk259
417c193c0d
AlarmDecoder remove icon function as BinarySensorDevice handles it correctly now ( #11467 )
...
* remove icon function as BinarySensorDevice handles it correctly now
* removing _type, not used
2018-01-05 14:29:57 -08:00
PhracturedBlue
b280a791a6
Store raw state of RF sensors from alarmdecoder ( #10841 )
...
* Store raw state of RF sensors from alarmdecoder
* Fix resync. Fix issue with RFID not being truly optional
* Breakdown RF attributes per bit
* Preserve import style
2017-12-25 10:52:33 +01:00
PhracturedBlue
3375261f51
convert alarmdecoder interface from async to sync ( #11168 )
...
* convert alarmdecoder interface from async to sync
* Convert he rest of alarmdecoder rom async to sync
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
* Update alarmdecoder.py
2017-12-17 00:52:59 +01:00
Pascal Vizeli
90f9a6bc0a
Cleanup and simplitfy the async state update ( #9390 )
...
* Cleanup and simplitfy the async state update
* Update test_entity.py
2017-09-12 10:01:03 +02:00
Fabian Affolter
3ee4d1060f
Update docstrings ( #7361 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update tomato.py
* Update isy994.py
* Lint + fix tests
* Lint
2017-04-29 22:04:49 -07:00
Paulus Schoutsen
064b2cdb9f
Remove state property from alarmdecoder binary sensor ( #7370 )
2017-04-29 15:12:18 -07:00
hawk259
f68542ba0d
Adding AlarmDecoder platform ( #6900 )
...
* Added AlarmDecoder platform
* remove try/catch for generic execption
* Changes for @pvizeli, thanks for the review!
Removed _ prefix from normal function variables
Removed _hass as it will be set via .hass for us
Broke out the three config (socket, serial, usb) and use vol.Any
Added support for USB I think, don't have device, but should work
Removed components dictionary, was form old group all code that didn't work
* Fix hass string handling
2017-04-12 11:35:35 +02:00