..
backports
Switch to using the AsyncResolver with aiohttp ( #114529 )
2024-04-05 23:15:51 -04:00
service_info
Use existing monotonic timestamp on mqtt messages for debugging ( #116196 )
2024-04-25 19:09:54 -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 HassKey for helpers (1) ( #117012 )
2024-05-07 11:25:16 -05:00
area_registry.py
Use singleton helper for registries ( #117027 )
2024-05-07 21:04:01 +02:00
category_registry.py
Move thread safety check in category_registry sooner ( #117050 )
2024-05-07 19:55:43 -05:00
check_config.py
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
collection.py
Improve loops and lists ( #113269 )
2024-03-14 10:22:20 +01:00
condition.py
Enable Ruff TRY201 ( #114269 )
2024-03-28 10:18:07 +01: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
Use HassKey for helpers (1) ( #117012 )
2024-05-07 11:25:16 -05:00
config_validation.py
Enable Ruff RUF019 ( #115396 )
2024-04-24 07:23:24 +02:00
data_entry_flow.py
Update typing extensions to 4.11.0 ( #114985 )
2024-04-06 14:23:32 +02:00
debounce.py
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
deprecation.py
Deprecated old backports and typing aliases ( #114883 )
2024-04-06 13:15:30 -10:00
device_registry.py
Use a dictcomp to reconstruct DeviceInfo in the device_registry ( #117286 )
2024-05-12 08:07:12 +02:00
discovery.py
Turn on thread safety checks in async_dispatcher_send ( #116867 )
2024-05-05 16:29:43 -04:00
discovery_flow.py
Use HassKey for helpers (1) ( #117012 )
2024-05-07 11:25:16 -05:00
dispatcher.py
Turn on thread safety checks in async_dispatcher_send ( #116867 )
2024-05-05 16:29:43 -04:00
entity.py
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
entity_component.py
Improve config entry has already been setup error message ( #117091 )
2024-05-08 14:16:08 -05:00
entity_platform.py
Small speed up to setting up integrations and config entries ( #117278 )
2024-05-11 22:39:20 -04:00
entity_registry.py
Use singleton helper for registries ( #117027 )
2024-05-07 21:04:01 +02: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
Use HassKey for helpers (1) ( #117012 )
2024-05-07 11:25:16 -05:00
floor_registry.py
Move thread safety in floor_registry sooner ( #117044 )
2024-05-07 18:48:38 -05:00
frame.py
Replace pylint protected-access with Ruff SLF001 ( #115735 )
2024-05-06 20:33:26 +02:00
group.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
http.py
Enable Ruff RSE ( #113695 )
2024-03-18 00:40:38 +01:00
httpx_client.py
Use HassKey for helpers (1) ( #117012 )
2024-05-07 11:25:16 -05:00
icon.py
Use HassKey for helpers (1) ( #117012 )
2024-05-07 11:25:16 -05:00
importlib.py
Use HassKey for importlib helper ( #117116 )
2024-05-08 17:42:28 -05:00
instance_id.py
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
integration_platform.py
Use HassKey for helpers (2) ( #117013 )
2024-05-07 11:24:13 -05:00
intent.py
Intent target matching and media player enhancements ( #115445 )
2024-05-07 22:01:03 -04:00
issue_registry.py
Improve issue_registry event typing ( #117023 )
2024-05-07 19:49:02 +02:00
json.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
label_registry.py
Move thread safety in label_registry sooner ( #117026 )
2024-05-07 15:15:30 -05:00
location.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
network.py
Add strict connection for cloud ( #115814 )
2024-04-24 09:57:38 +02:00
normalized_name_base_registry.py
Reduce code for registry items with a base class ( #114689 )
2024-04-03 09:02:32 +02:00
ratelimit.py
Small cleanups to the rate limit helper ( #115621 )
2024-04-15 13:42:28 +02:00
recorder.py
Use HassKey for helpers (2) ( #117013 )
2024-05-07 11:24:13 -05:00
redact.py
Bump ruff to 0.3.4 ( #112690 )
2024-03-26 00:02:16 +01:00
registry.py
Improve registry store data typing ( #115066 )
2024-04-06 14:34:49 -10:00
reload.py
Add first batch of Ruff PYI rules ( #115100 )
2024-04-07 11:30:50 -10:00
restore_state.py
Migrate restore_state to use the singleton helper ( #117385 )
2024-05-14 09:13:44 +09:00
schema_config_entry_flow.py
Replace pylint protected-access with Ruff SLF001 ( #115735 )
2024-05-06 20:33:26 +02:00
script.py
Enable Ruff RUF010 ( #115371 )
2024-05-08 23:54:49 +02:00
script_variables.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
selector.py
Import and cache supported feature enum flags only when needed ( #117270 )
2024-05-13 21:07:39 -07:00
sensor.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
service.py
Use HassKey for helpers (2) ( #117013 )
2024-05-07 11:24:13 -05:00
signal.py
Use HassKey for helpers (2) ( #117013 )
2024-05-07 11:24:13 -05:00
significant_change.py
Add SignificantChangeProtocol to improve platform typing ( #117002 )
2024-05-07 18:40:57 +02:00
singleton.py
Add HassDict implementation ( #103844 )
2024-05-07 10:53:13 +02:00
start.py
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
state.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
storage.py
Avoid creating inner tasks to load storage ( #117099 )
2024-05-08 23:41:20 +02:00
sun.py
Use HassKey for helpers (2) ( #117013 )
2024-05-07 11:24:13 -05:00
system_info.py
Fix blocking I/O in the event loop to get MacOS system_info ( #117290 )
2024-05-12 08:16:21 -04:00
temperature.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
template.py
Add an add template filter ( #109884 )
2024-05-08 15:39:36 +02:00
trace.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
translation.py
Only load translations for an integration once per test session ( #117118 )
2024-05-11 12:00:02 +09:00
trigger.py
Use HassKey for helpers (2) ( #117013 )
2024-05-07 11:24:13 -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
Replace pylint protected-access with Ruff SLF001 ( #115735 )
2024-05-06 20:33:26 +02:00
update_coordinator.py
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00