core/homeassistant/helpers
J. Nick Koston 324266a4e6
Fix race in script stop that could cause async_stop to hang forever (#113089)
2024-03-11 10:48:11 -10:00
..
service_info Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
__init__.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
aiohttp_client.py Use more f-strings [ruff] (#112695) 2024-03-08 18:44:42 +01:00
area_registry.py Update EventBus listen type signatures (#112760) 2024-03-08 21:57:23 +01:00
check_config.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
collection.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
condition.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
config_entry_flow.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
config_entry_oauth2_flow.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
config_validation.py Remove Python 3.11 from CI (#112626) 2024-03-08 17:42:18 +01:00
data_entry_flow.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
debounce.py Run debouncer tasks eagerly to avoid scheduling on the event loop (#112789) 2024-03-10 08:37:10 -10:00
deprecation.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
device_registry.py Update EventBus listen type signatures (#112760) 2024-03-08 21:57:23 +01:00
discovery.py Use eager_start for discovery listeners (#112803) 2024-03-09 11:07:15 -05:00
discovery_flow.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
dispatcher.py Migrate dispatcher to create tasks eagerly (#112845) 2024-03-11 14:58:45 -04:00
entity.py Cache the job type for entity service calls (#112793) 2024-03-08 22:49:08 -10:00
entity_component.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
entity_platform.py Improve entity translation typing (#112788) 2024-03-08 22:30:13 -05:00
entity_registry.py Update EventBus listen type signatures (#112760) 2024-03-08 21:57:23 +01:00
entity_values.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
entityfilter.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
event.py Schedule coroutines with eager_task from async_track_state_change_event (#112807) 2024-03-09 11:24:54 -10:00
floor_registry.py Replace EventType with Event [missing] (#112753) 2024-03-08 21:56:42 +01:00
frame.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
group.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
http.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
httpx_client.py Use more f-strings [ruff] (#112695) 2024-03-08 18:44:42 +01:00
icon.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
instance_id.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
integration_platform.py Use eager_start for tasks to register integration platforms (#112800) 2024-03-08 22:10:57 -10:00
intent.py Enable more SIM ruff rules (#113015) 2024-03-10 23:20:37 -04:00
issue_registry.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
json.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
label_registry.py Replace EventType with Event [missing] (#112753) 2024-03-08 21:56:42 +01:00
location.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
network.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
normalized_name_base_registry.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
ratelimit.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
recorder.py Make dataclasses in HA core slotted (#91208) 2023-04-11 07:58:28 -10:00
redact.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
registry.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
reload.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
restore_state.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
schema_config_entry_flow.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
script.py Fix race in script stop that could cause async_stop to hang forever (#113089) 2024-03-11 10:48:11 -10:00
script_variables.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
selector.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
sensor.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
service.py Only load services.yaml for integrations that have it (#112732) 2024-03-11 19:05:32 +01:00
signal.py Add empty line after module docstring (2) [other] (#112738) 2024-03-08 19:16:38 +01:00
significant_change.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
singleton.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
start.py Start tasks eagerly in for async_at_start(ed) (#112802) 2024-03-11 08:46:11 -10:00
state.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
storage.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
sun.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
system_info.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
temperature.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
template.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
trace.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
translation.py Avoid trying to load translations for integrations that have none (#112683) 2024-03-08 14:21:44 -10:00
trigger.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
trigger_template_entity.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
typing.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
update_coordinator.py Replace periodic tasks with background tasks (#112726) 2024-03-08 21:45:10 -05:00