hass-core/homeassistant/helpers
2021-02-09 09:46:36 +01:00
..
__init__.py Protect loop set default executor () 2020-07-06 15:58:53 -07:00
aiohttp_client.py more graceful shutdown in the presence of a proxy_stream () 2021-01-17 17:10:22 +01:00
area_registry.py Various type hint improvements () 2021-02-08 11:59:46 +01:00
check_config.py Better general/fallback error message and traceback for unknown config errors () 2021-01-05 13:55:38 +01:00
collection.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
condition.py Raise ConditionError for state errors () 2021-02-09 09:46:36 +01:00
config_entry_flow.py Add support for discovery via DHCP () 2021-01-14 09:09:08 +01:00
config_entry_oauth2_flow.py Add support for discovery via DHCP () 2021-01-14 09:09:08 +01:00
config_validation.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
data_entry_flow.py Use http status constants more, add HTTP_ACCEPTED and HTTP_BAD_GATEWAY () 2020-09-15 20:01:07 +03:00
debounce.py Await callbacks to keep cleaner stacktraces () 2020-11-27 17:48:43 +01:00
deprecation.py Add integration name to the deprecation warnings () 2021-02-03 14:40:11 +01:00
device_registry.py Restore the device id after deleting and re-adding an integration () 2021-01-27 17:10:57 +01:00
discovery.py Various type hint improvements () 2021-02-08 11:59:46 +01:00
dispatcher.py Determine how to run listeners at setup time instead of execution time () 2020-10-07 16:51:50 +02:00
entity.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
entity_component.py Various type hint improvements () 2021-02-08 11:59:46 +01:00
entity_platform.py Mark entities as unavailable when they are removed but are still registered () 2021-02-08 10:45:46 +01:00
entity_registry.py Mark entities as unavailable when they are removed but are still registered () 2021-02-08 10:45:46 +01:00
entity_values.py Generics and other type hint improvements () 2021-01-18 22:23:25 +01:00
entityfilter.py Various type hint improvements () 2020-07-22 08:06:37 -07:00
event.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
frame.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
httpx_client.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
icon.py
instance_id.py Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
integration_platform.py Add logbook platforms () 2020-06-24 18:14:50 -07:00
intent.py Prefer shorter keys for intent matching () 2021-01-27 12:16:19 +01:00
json.py Cleanup unused loggers (components N-Z + tests) () 2020-10-16 21:24:08 -05:00
location.py Upgrade mypy to 0.800 () 2021-01-30 22:33:53 +01:00
logging.py
network.py OAuth2 to use current request header () 2020-11-27 08:55:34 +01:00
ratelimit.py Fix async_track_utc_time_change firing too early () 2020-11-05 16:34:56 +01:00
reload.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
restore_state.py async_get_instance was not reentrant during await () 2020-08-12 22:35:24 +02:00
script.py Various type hint improvements () 2021-02-08 11:59:46 +01:00
script_variables.py Support templating MQTT triggers () 2021-02-08 10:50:38 +01:00
selector.py Add select selector for blueprints () 2021-02-08 14:03:26 +01:00
service.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
signal.py
significant_change.py Light significant changes + sensor tweaks () 2021-01-26 22:11:06 +01:00
singleton.py Add tests for singleton decorator () 2020-10-18 22:41:22 +02:00
state.py Add transition support to scenes, cleanup blocking parameter () 2020-04-20 18:07:50 -07:00
storage.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
sun.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
system_info.py System health improvement () 2020-11-10 23:56:50 +01:00
temperature.py
template.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00
translation.py Limit concurrency of async_get_integration to avoid creating extra threads () 2020-11-10 21:34:54 -10:00
trigger.py Support templating MQTT triggers () 2021-02-08 10:50:38 +01:00
typing.py Use singleton enum for "not set" sentinels () 2020-12-19 12:46:27 +01:00
update_coordinator.py Use core constants for helpers () 2021-02-08 22:53:17 +01:00