hass-core/homeassistant
J. Nick Koston 711b8e10a3
Switch homekit to use async_track_state_change_event (#37253)
* Switch homekit to use async_track_state_change_event

Calling async_track_state_change_event directly
is faster than async_track_state_change and has
slightly lower latency triggering state updates
in homekit

* check for deleted entities

* Update additional tests for linked sensor removals

* Ensure removing entities does not result in an exception
2020-07-05 19:05:13 -07:00
..
auth Log lines do not end with a full stop (#37527) 2020-07-05 23:04:19 +02:00
components Switch homekit to use async_track_state_change_event (#37253) 2020-07-05 19:05:13 -07:00
generated Add new integration for Bond hub (#37477) 2020-07-05 20:17:53 -05:00
helpers Cleanup async_track_state_change and augment docstring (#37251) 2020-07-05 17:31:33 -05:00
scripts Cleanup async_track_state_change and augment docstring (#37251) 2020-07-05 17:31:33 -05:00
util Log lines do not end with a full stop (#37527) 2020-07-05 23:04:19 +02:00
__init__.py
__main__.py Add get_url helper, deprecate base_url (#35224) 2020-05-08 02:29:47 +02:00
block_async_io.py Patch http.client to not do I/O in the event loop (#34194) 2020-04-15 15:32:10 -07:00
bootstrap.py Add new Remote Python Debugger integration (#36960) 2020-06-22 15:17:59 +02:00
config.py Add concept of allowed external URLs to config (#36988) 2020-06-24 17:37:01 -07:00
config_entries.py Log lines do not end with a full stop (#37527) 2020-07-05 23:04:19 +02:00
const.py Enhance automation integration to use new features in script helper (#37479) 2020-07-05 09:25:15 -05:00
core.py Log lines do not end with a full stop (#37527) 2020-07-05 23:04:19 +02:00
data_entry_flow.py Add current step that is in progress (#35272) 2020-05-05 21:34:51 -07:00
exceptions.py Add and fix type hints (#36501) 2020-06-06 20:34:56 +02:00
loader.py Improve after_dependencies handling (#36898) 2020-06-19 17:24:33 -07:00
package_constraints.txt Update frontend to 20200702.0 (#37369) 2020-07-02 12:53:16 -07:00
requirements.py Fix isort problem in homeassistant/requirements.py (#33828) 2020-04-08 12:48:20 -07:00
setup.py Log lines do not end with a full stop (#37527) 2020-07-05 23:04:19 +02:00
strings.json Use config flow references for data (#35529) 2020-05-12 10:50:44 -07:00