core/homeassistant/components/homekit
maxclaey 4218b31e7b Add support for alarm system, switch and thermostat to homekit (#12819)
* Added support for security system, switch and thermostat
* Processing review
* Only perform set call when the call didn't come from HomeKit
* Added support for alarm_code
* Take into account review remarks
* Provide tests for HomeKit security systems, switches and thermostats
* Support STATE_AUTO
* Guard if state exists
* Improve support for thermostat auto mode
* Provide both high and low at the same time for home assistant
* Set default values within accepted ranges
* Added tests for auto mode
* Fix thermostat test error
* Use attributes.get instead of indexing for safety
* Avoid hardcoded attributes in tests
2018-03-07 13:17:52 +01:00
..
__init__.py Add support for alarm system, switch and thermostat to homekit (#12819) 2018-03-07 13:17:52 +01:00
accessories.py Improved Homekit tests (#12800) 2018-03-01 15:20:02 -08:00
const.py Add support for alarm system, switch and thermostat to homekit (#12819) 2018-03-07 13:17:52 +01:00
covers.py Improved Homekit tests (#12800) 2018-03-01 15:20:02 -08:00
security_systems.py Add support for alarm system, switch and thermostat to homekit (#12819) 2018-03-07 13:17:52 +01:00
sensors.py Improved Homekit tests (#12800) 2018-03-01 15:20:02 -08:00
switches.py Add support for alarm system, switch and thermostat to homekit (#12819) 2018-03-07 13:17:52 +01:00
thermostats.py Add support for alarm system, switch and thermostat to homekit (#12819) 2018-03-07 13:17:52 +01:00