..
backports
Switch to using the AsyncResolver with aiohttp ( #114529 )
2024-04-05 23:15:51 -04:00
service_info
…
__init__.py
…
aiohttp_client.py
Enable Ruff RET504 ( #114528 )
2024-04-06 11:07:37 +02:00
area_registry.py
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
category_registry.py
Use EventType for remaining registry events ( #115189 )
2024-04-08 08:25:39 -10:00
check_config.py
Add missing platforms_exist guard to check_config ( #114600 )
2024-04-01 21:37:30 -04: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
…
config_entry_oauth2_flow.py
Bump ruff to 0.3.4 ( #112690 )
2024-03-26 00:02:16 +01:00
config_validation.py
Handle ambiguous script actions by using action map order ( #114825 )
2024-04-05 08:42:57 +02:00
data_entry_flow.py
Update typing extensions to 4.11.0 ( #114985 )
2024-04-06 14:23:32 +02:00
debounce.py
Add the ability to create Debouncer tasks as background tasks ( #113128 )
2024-03-12 08:41:12 -04:00
deprecation.py
Deprecated old backports and typing aliases ( #114883 )
2024-04-06 13:15:30 -10:00
device_registry.py
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
discovery.py
Adjust async_load_platform comment to remove dead lock reference ( #114771 )
2024-04-03 22:53:31 -04:00
discovery_flow.py
Increase discovery flow init concurrency limit to 20 ( #115230 )
2024-04-08 11:05:40 -10:00
dispatcher.py
Move SignalTypes to util ( #114236 )
2024-03-27 08:41:44 +01:00
entity.py
Use dict instead of MutableMapping [extra_state_attributes] ( #115319 )
2024-04-09 15:06:11 -10:00
entity_component.py
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
entity_platform.py
Avoid calling valid_entity_id when adding entities if they are already registered ( #115388 )
2024-04-10 15:18:47 -10:00
entity_registry.py
Fix type on known_object_ids in _entity_id_available and async_generate_entity_id ( #115378 )
2024-04-10 11:44:25 -10:00
entity_values.py
…
entityfilter.py
Improve loops and lists ( #113269 )
2024-03-14 10:22:20 +01:00
event.py
Optimize _async_track_event for the single key common case ( #115242 )
2024-04-09 07:04:50 -10:00
floor_registry.py
Use EventType for remaining registry events ( #115189 )
2024-04-08 08:25:39 -10:00
frame.py
Remove unnecessary functools.cached_property backport ( #114239 )
2024-04-04 11:24:26 +02:00
group.py
…
http.py
Enable Ruff RSE ( #113695 )
2024-03-18 00:40:38 +01:00
httpx_client.py
Add first batch of Ruff PYI rules ( #115100 )
2024-04-07 11:30:50 -10:00
icon.py
…
importlib.py
Adjust importlib helper to avoid leaking memory on re-raise ( #115377 )
2024-04-10 15:19:17 -10:00
instance_id.py
…
integration_platform.py
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
intent.py
Add first batch of Ruff PYI rules ( #115100 )
2024-04-07 11:30:50 -10:00
issue_registry.py
…
json.py
…
label_registry.py
Use EventType for remaining registry events ( #115189 )
2024-04-08 08:25:39 -10:00
location.py
…
network.py
Enable Ruff TRY300 ( #114437 )
2024-03-30 10:37:59 +01: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
Refactor rate limit helper to track time in seconds ( #113898 )
2024-03-20 19:49:37 -04:00
recorder.py
…
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
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
schema_config_entry_flow.py
Enable Ruff RET504 ( #114528 )
2024-04-06 11:07:37 +02:00
script.py
Stop scripts with eager tasks ( #115340 )
2024-04-10 08:41:13 -04:00
script_variables.py
…
selector.py
Add floor selector ( #114614 )
2024-04-02 10:43:14 +02:00
sensor.py
…
service.py
Add notify entity component ( #110950 )
2024-04-11 12:04:08 +02:00
signal.py
…
significant_change.py
Enable Ruff PYI041 ( #115229 )
2024-04-08 09:29:05 -10:00
singleton.py
…
start.py
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
state.py
…
storage.py
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
sun.py
…
system_info.py
Fix system_info importing hassio in the event loop ( #113903 )
2024-03-20 12:06:40 -10:00
temperature.py
…
template.py
Enable Ruff SLOT rules ( #115043 )
2024-04-09 18:57:27 -10:00
trace.py
…
translation.py
Avoid creating unneeded Context and Event objects when firing events ( #113798 )
2024-03-20 09:40:06 +01:00
trigger.py
…
trigger_template_entity.py
…
typing.py
Use EventType for system events ( #115190 )
2024-04-08 08:25:34 -10:00
update_coordinator.py
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00