..
service_info
…
__init__.py
…
aiohttp_client.py
Fix httpx client creating a new ssl context with each client (memory leak) ( #90191 )
2023-03-24 08:40:47 +01:00
aiohttp_compat.py
…
area_registry.py
…
check_config.py
…
collection.py
…
condition.py
Allow conditions to be implemented in platforms ( #88509 )
2023-02-23 22:30:51 -05:00
config_entry_flow.py
…
config_entry_oauth2_flow.py
…
config_validation.py
Pass hass instance when validating templates ( #89242 )
2023-03-08 11:28:53 -05:00
data_entry_flow.py
…
debounce.py
Avoid unnecessary Task in debouncer ( #89370 )
2023-03-09 11:41:59 +01:00
deprecation.py
…
device_registry.py
Fix lingering timer in device registry ( #89422 )
2023-03-10 09:48:58 -05:00
discovery.py
Pass a helpful name when creating common asyncio tasks in core ( #89171 )
2023-03-05 12:46:02 +01:00
discovery_flow.py
Pass a helpful name when creating common asyncio tasks in core ( #89171 )
2023-03-05 12:46:02 +01:00
dispatcher.py
Pass a helpful name when creating common asyncio tasks in core ( #89171 )
2023-03-05 12:46:02 +01:00
entity.py
Small cleanups to writing entity state ( #89890 )
2023-03-17 20:32:24 -04:00
entity_component.py
Pass a helpful name when creating common asyncio tasks in core ( #89171 )
2023-03-05 12:46:02 +01:00
entity_platform.py
Allow passing an optional name to async_track_time_interval ( #90244 )
2023-03-25 10:11:14 -04:00
entity_registry.py
…
entity_values.py
…
entityfilter.py
…
event.py
Allow passing an optional name to async_track_time_interval ( #90244 )
2023-03-25 10:11:14 -04:00
frame.py
…
httpx_client.py
Fix httpx client creating a new ssl context with each client (memory leak) ( #90191 )
2023-03-24 08:40:47 +01:00
icon.py
…
instance_id.py
…
integration_platform.py
Migrate integration_platform helper to use async_get_integrations ( #89303 )
2023-03-08 16:01:47 -05:00
intent.py
…
issue_registry.py
…
json.py
Reduce overhead to save json data to postgresql ( #88717 )
2023-02-24 21:37:36 -05:00
location.py
…
network.py
…
ratelimit.py
…
recorder.py
…
reload.py
…
restore_state.py
Allow passing an optional name to async_track_time_interval ( #90244 )
2023-03-25 10:11:14 -04:00
schema_config_entry_flow.py
Update mypy to 1.1.1 ( #89268 )
2023-03-08 22:57:54 +01:00
script.py
Avoid lingering timer on script shutdown ( #89753 )
2023-03-16 08:00:21 +01:00
script_variables.py
…
selector.py
Add filters to climate and light service descriptions ( #86162 )
2023-03-16 15:59:51 +01:00
sensor.py
…
service.py
Add filters to climate and light service descriptions ( #86162 )
2023-03-16 15:59:51 +01:00
signal.py
Make hass.async_stop an untracked task ( #88738 )
2023-02-24 23:11:48 -05:00
significant_change.py
…
singleton.py
…
start.py
…
state.py
…
storage.py
Pass a helpful name when creating common asyncio tasks in core ( #89171 )
2023-03-05 12:46:02 +01:00
sun.py
Fix infinite loop in sun.sun ( #89723 )
2023-03-14 16:27:29 -10:00
system_info.py
…
temperature.py
…
template.py
Add is_hidden_entity test for Jinja templates ( #89011 )
2023-03-13 18:20:33 +01:00
template_entity.py
…
trace.py
…
translation.py
Restructure translations for entity components ( #89702 )
2023-03-16 12:16:08 +01:00
trigger.py
Pass a helpful name when creating common asyncio tasks in core ( #89171 )
2023-03-05 12:46:02 +01:00
typing.py
…
update_coordinator.py
Fix missing debouncer cancel in update coordinator ( #89383 )
2023-03-09 15:16:52 -05:00