hass-core/homeassistant/helpers
2024-08-28 15:42:15 +02:00
..
service_info
__init__.py
aiohttp_client.py Reduce number of aiohttp.TCPConnector cleanup_closed checks to one per minute (#123268) 2024-08-08 15:52:09 -05:00
area_registry.py Avoid repeated calls to utc_from_timestamp(0).isoformat() when migrating (#122413) 2024-07-22 21:36:36 +02:00
category_registry.py Add created_at/modified_at to category registry (#122454) 2024-07-23 14:39:38 +02:00
check_config.py Add async friendly helper for validating config schemas (#123800) 2024-08-17 11:01:49 +02:00
collection.py
condition.py Remove unnecessary assignment of Template.hass from condition helper (#123775) 2024-08-13 11:52:27 +02:00
config_entry_flow.py
config_entry_oauth2_flow.py
config_validation.py Prevent nesting sections in data entry flows (#124645) 2024-08-28 15:42:15 +02:00
data_entry_flow.py
debounce.py
deprecation.py
device.py
device_registry.py Remigrate device_registry created_at/modified_at (#122490) 2024-07-23 15:47:27 -05:00
discovery.py
discovery_flow.py
dispatcher.py
entity.py
entity_component.py Deduplicate async_register_entity_service (#124045) 2024-08-16 14:06:35 +02:00
entity_platform.py Deduplicate async_register_entity_service (#124045) 2024-08-16 14:06:35 +02:00
entity_registry.py Fix loading created_at/modified_at from entity registry store (#122486) 2024-07-23 21:15:12 +02:00
entity_values.py
entityfilter.py Drop unnecessary lambdas in the entity filter (#122941) 2024-07-31 20:44:47 +02:00
event.py Remove unnecessary assignment of Template.hass from event helper (#123777) 2024-08-13 12:09:30 +02:00
floor_registry.py Avoid repeated calls to utc_from_timestamp(0).isoformat() when migrating (#122413) 2024-07-22 21:36:36 +02:00
frame.py
group.py
http.py
httpx_client.py
icon.py Allow specifying icons for service sections (#124656) 2024-08-28 11:15:26 +02:00
importlib.py
instance_id.py
integration_platform.py
intent.py Improve LLM tool quality by more clearly specifying device_class slots (#122723) 2024-07-31 14:36:02 +02:00
issue_registry.py
json.py
label_registry.py Avoid repeated calls to utc_from_timestamp(0).isoformat() when migrating (#122413) 2024-07-22 21:36:36 +02:00
llm.py Add aliases to script llm tool description (#122380) 2024-08-02 08:05:06 +02:00
location.py
network.py
normalized_name_base_registry.py Add created_at/modified_at for area registry (#122014) 2024-07-17 09:54:06 +02:00
ratelimit.py
recorder.py Fail tests if recorder creates nested sessions (#122579) 2024-07-25 21:18:55 +02:00
redact.py
registry.py
reload.py
restore_state.py
schema_config_entry_flow.py
script.py Remove unnecessary assignment of Template.hass from script helper (#123780) 2024-08-13 11:55:37 +02:00
script_variables.py Remove unnecessary assignment of Template.hass from script variables helper (#123712) 2024-08-12 21:51:24 +02:00
selector.py Add enable_millisecond to duration selector (#122821) 2024-07-31 16:13:05 +02:00
sensor.py
service.py Improve validation of entity service schemas (#124102) 2024-08-27 19:05:49 +02:00
signal.py
significant_change.py
singleton.py
start.py
state.py
storage.py
sun.py
system_info.py
temperature.py
template.py Add zip to template engine (#122460) 2024-08-22 19:11:08 +02:00
trace.py Enable strict typing on script helper (#122075) 2024-07-17 13:51:59 +02:00
translation.py
trigger.py
trigger_template_entity.py Remove unnecessary assignment of Template.hass from trigger entity helper (#123709) 2024-08-12 21:50:50 +02:00
typing.py
update_coordinator.py Add async_setup method to DataUpdateCoordinator (#116677) 2024-07-19 14:24:25 +02:00