core/homeassistant/components/homekit
cdce8p 262ea14e5a Add timeout / debounce (for brightness and others) (#13534)
* Add async timeout feature

* Decorator for setter methods to limit service calls to HA
* Changed to async
* Use async_call_later
* Use lastargs, async_add_job

* Use dict for lastargs

* Updated tests to stop patch
2018-04-06 23:11:53 +02:00
..
__init__.py Update Homekit to 1.1.9 (#13716) 2018-04-06 10:20:59 -04:00
accessories.py Add timeout / debounce (for brightness and others) (#13534) 2018-04-06 23:11:53 +02:00
const.py Add timeout / debounce (for brightness and others) (#13534) 2018-04-06 23:11:53 +02:00
services.yaml HomeKit Restructure (new config options) (#12997) 2018-03-15 02:48:21 +01:00
type_covers.py Update Homekit to 1.1.9 (#13716) 2018-04-06 10:20:59 -04:00
type_lights.py Add timeout / debounce (for brightness and others) (#13534) 2018-04-06 23:11:53 +02:00
type_security_systems.py Update Homekit to 1.1.9 (#13716) 2018-04-06 10:20:59 -04:00
type_sensors.py Update Homekit to 1.1.9 (#13716) 2018-04-06 10:20:59 -04:00
type_switches.py Update Homekit to 1.1.9 (#13716) 2018-04-06 10:20:59 -04:00
type_thermostats.py Add timeout / debounce (for brightness and others) (#13534) 2018-04-06 23:11:53 +02:00
util.py Add pincode fallback (#13587) 2018-04-01 08:38:29 -07:00