..
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
category_registry.py
Add category registry ( #110897 )
2024-03-15 13:25:16 +01:00
check_config.py
Migrate remaining call in check_config helper to use async_get_component ( #113123 )
2024-03-11 15:56:24 -10:00
collection.py
Improve loops and lists ( #113269 )
2024-03-14 10:22:20 +01:00
condition.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
config_entry_flow.py
Await discovery_function in the DiscoveryFlowHandler instead of wrapping it in a task ( #113115 )
2024-03-11 21:37:03 -04: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
Add floors to service target ( #110850 )
2024-03-14 19:02:23 +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
Add the ability to create Debouncer tasks as background tasks ( #113128 )
2024-03-12 08:41:12 -04:00
deprecation.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
device_registry.py
Reduce overhead to save the larger registries ( #113462 )
2024-03-14 19:54:43 -04:00
discovery.py
Run coroutines as eager tasks in async_run_hass_job ( #111683 )
2024-03-11 20:05:08 -04:00
discovery_flow.py
Use run_immediately for starting discovery at the started event ( #113112 )
2024-03-11 14:29:39 -10:00
dispatcher.py
Run coroutines as eager tasks in async_run_hass_job ( #111683 )
2024-03-11 20:05:08 -04:00
entity.py
Simplify clearing _attr cached_property in entities ( #113136 )
2024-03-13 12:04:27 +01: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
Add category registry ( #110897 )
2024-03-15 13:25:16 +01:00
entity_values.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
entityfilter.py
Improve loops and lists ( #113269 )
2024-03-14 10:22:20 +01:00
event.py
Run coroutines as eager tasks in async_run_hass_job ( #111683 )
2024-03-11 20:05:08 -04: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
Improve loops and lists ( #113269 )
2024-03-14 10:22:20 +01: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
importlib.py
Add a helper to import modules from the event loop ( #113169 )
2024-03-14 00:26:33 -04:00
instance_id.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
integration_platform.py
Run coroutines as eager tasks in async_run_hass_job ( #111683 )
2024-03-11 20:05:08 -04: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
Fix delayed registry check to only using the short delay at running ( #113471 )
2024-03-14 15:11:09 -10:00
reload.py
Switch the reload helper to use async_get_component ( #113126 )
2024-03-11 16:17:07 -10:00
restore_state.py
Make restore state started a callback function ( #113110 )
2024-03-11 14:25:15 -10: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
Start script runs eagerly ( #113190 )
2024-03-14 16:53:26 -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
Add floors to service target ( #110850 )
2024-03-14 19:02:23 +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
Run coroutines as eager tasks in async_run_hass_job ( #111683 )
2024-03-11 20:05:08 -04:00
state.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
storage.py
Construct storage data in the executor to avoid blocking the event loop ( #113465 )
2024-03-14 19:53:11 -04: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
Run coordinator shutdown eagerly ( #113174 )
2024-03-13 17:33:50 +01:00