hass-core/tests/components/homekit_controller
Jc2k 8c69fd91ff Only poll HomeKit connection once for all entities on a single bridge/pairing ()
* Stub for polling from a central location

* Allow connection to know the entity objects attached to it

* Move polling logic to connection

* Don't poll if no characteristics selected

* Loosen coupling between entity and HKDevice

* Disable track_time_interval when removing entry

* Revert self.entities changes

* Use @callback for async_state_changed

* Split out unload and remove and add a test

* Test that entity is gone and fix docstring
2019-07-22 09:22:44 -07:00
..
specific_devices Only poll HomeKit connection once for all entities on a single bridge/pairing () 2019-07-22 09:22:44 -07:00
__init__.py Consolidate all platforms that have tests () 2019-03-18 23:07:39 -07:00
common.py Only poll HomeKit connection once for all entities on a single bridge/pairing () 2019-07-22 09:22:44 -07:00
conftest.py
test_alarm_control_panel.py
test_binary_sensor.py Add support for contact binary sensors in homekit_controller () 2019-07-22 08:40:55 +01:00
test_climate.py Climate 1.0 () 2019-07-08 14:00:24 +02:00
test_config_flow.py Add more HomeKit models for discovery () 2019-06-07 22:59:51 -07:00
test_cover.py HomeKit Controller: Adopt config entries for pairing with homekit accessories () 2019-05-12 23:56:05 -07:00
test_light.py Only poll HomeKit connection once for all entities on a single bridge/pairing () 2019-07-22 09:22:44 -07:00
test_lock.py
test_sensor.py Add support for homekit controller sensors () 2019-02-28 10:09:04 -08:00
test_storage.py Add storage for cacheable homekit entity maps. () 2019-04-18 08:55:34 -07:00
test_switch.py