hass-core/homeassistant
J. Nick Koston d8c6534aff
Refactor recorder for common event case (#106753)
Almost 99% of items that are put into the recorder queue are
Events. Avoid wrapping them in tasks since we have to unwrap
them right away and its must faster to check for both RecorderTask
and Events since events are the common case.
2024-01-07 22:31:40 -05:00
..
auth
backports
brands Add Rainforest RAVEn integration (#80061) 2024-01-05 14:00:54 +01:00
components Refactor recorder for common event case (#106753) 2024-01-07 22:31:40 -05:00
generated Add Lutron config flow (#98489) 2024-01-05 16:39:14 +01:00
helpers Refactor translations to reduce dict lookups (#107425) 2024-01-07 22:29:27 -05:00
scripts Remove logic converting empty or falsy YAML to empty dict (#103912) 2023-12-05 18:08:11 +01:00
util Remove calls to distribution and legacy zip support from package util (#107427) 2024-01-07 07:39:48 -10:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Add domain key config validation (#104242) 2023-12-05 15:07:32 +01:00
config.py Deprecate legacy_templates (#105556) 2023-12-22 00:42:16 +01:00
config_entries.py Add minor version to config entries (#105479) 2023-12-12 08:44:35 +01:00
const.py Include deprecated constants in wildcard imports (#107114) 2024-01-05 11:46:45 +01:00
core.py Use faster identity checks for SupportsResponse Enum (#107351) 2024-01-06 10:12:31 +01:00
data_entry_flow.py Include deprecated constants in wildcard imports (#107114) 2024-01-05 11:46:45 +01:00
exceptions.py
loader.py Reduce zeroconf matcher complexity (#105880) 2023-12-23 11:04:05 +01:00
package_constraints.txt Bump aiohttp-zlib-ng to 0.3.0 (#107184) 2024-01-05 14:28:29 +01:00
requirements.py
runner.py
setup.py Use modern platform path when reporting platform config errors (#104238) 2023-12-05 15:06:13 +01:00
strings.json