core/homeassistant/helpers
jbouwh a65458edf8 Allow to set translation_domain for SelectSelector and create helpers for sensor/switch device_class and sensor state_class 2025-09-28 13:47:41 +00:00
..
service_info Allow configuring Z-Wave JS to talk via ESPHome (#152590) 2025-09-23 12:58:36 +02:00
template Refactor template engine: Extract raise_no_default() into helper module (#152661) 2025-09-20 17:20:05 +01:00
__init__.py
aiohttp_client.py Only create a single resolver object if there are multiple aiohttp sessions (#144090) 2025-05-02 13:43:06 -05:00
area_registry.py Handle colliding aliases for areas (#151613) 2025-09-03 12:39:03 +02:00
automation.py Move condition-specific fields into options (#152635) 2025-09-25 15:55:50 +02:00
category_registry.py
chat_session.py Stream OpenAI messages into the chat log (#137400) 2025-02-09 00:01:24 -05:00
check_config.py Split out yaml loading into own package (#140683) 2025-03-15 22:26:18 -04:00
collection.py Enable Ruff B024 (#136088) 2025-01-20 19:14:50 +02:00
condition.py Move condition-specific fields into options (#152635) 2025-09-25 15:55:50 +02:00
config_entry_flow.py Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +02:00
config_entry_oauth2_flow.py Rename local OAuth2 source (#150403) 2025-08-11 10:37:25 +02:00
config_validation.py Remove deprecated zone and event condition keys (#152986) 2025-09-25 19:23:40 +02:00
data_entry_flow.py Update voluptuous-serialize to 2.7.0 (#150822) 2025-08-19 16:42:49 +02:00
debounce.py Fix data update coordinator garbage collection (#137299) 2025-02-04 11:20:06 +01:00
deprecation.py Drop hass argument from verify_domain_control (#147946) 2025-09-22 08:15:41 +02:00
device.py Do not add derivative config entry to source device (#148674) 2025-07-14 13:33:00 +02:00
device_registry.py Call DeviceRegistry._async_update_device from device registry (#151295) 2025-09-10 13:14:03 +02:00
discovery.py
discovery_flow.py
dispatcher.py Improve formatting in core files (#135256) 2025-01-10 09:08:37 +01:00
entity.py Refactor EntityPlatform (#147927) 2025-07-22 14:35:57 +02:00
entity_component.py Drop hass argument from service extraction helpers (#152738) 2025-09-22 16:08:07 +02:00
entity_platform.py Drop hass argument from service extraction helpers (#152738) 2025-09-22 16:08:07 +02:00
entity_registry.py Fix update of the entity ID does not clean up an old restored state (#151696) 2025-09-08 12:48:23 +02:00
entity_values.py
entityfilter.py
event.py Refactor template engine: Extract context and render info (#152630) 2025-09-20 14:15:24 +02:00
floor_registry.py Handle colliding aliases for floors (#151614) 2025-09-03 12:43:03 +02:00
frame.py Replace asyncio.iscoroutinefunction (#148738) 2025-07-14 20:24:32 +01:00
group.py
hassio.py
helper_integration.py Do not add derivative config entry to source device (#148674) 2025-07-14 13:33:00 +02:00
http.py Replace asyncio.iscoroutinefunction (#148738) 2025-07-14 20:24:32 +01:00
httpx_client.py Fix blocking late import of httpcore from httpx (#141771) 2025-03-29 20:59:40 -10:00
icon.py Enable RUF023 (#135830) 2025-01-17 12:28:27 +01:00
importlib.py
instance_id.py
integration_platform.py
intent.py Clean up unused partial action response in intent helper (#151908) 2025-09-12 19:21:41 +02:00
issue_registry.py Standardize homeassistant imports in core and base platforms (#136730) 2025-01-28 13:11:48 -05:00
json.py Remove deprecated json helper constants and function (#150111) 2025-08-13 12:42:00 +02:00
label_registry.py
llm.py Remove unused var from llm helper (#152724) 2025-09-22 09:57:16 +02:00
location.py Add more util aliases to import conventions (#136153) 2025-01-21 15:58:23 +01:00
network.py Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +02:00
normalized_name_base_registry.py
ratelimit.py
recorder.py Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +02:00
redact.py
registry.py
reload.py
restore_state.py Standardize homeassistant imports in core and base platforms (#136730) 2025-01-28 13:11:48 -05:00
schema_config_entry_flow.py Sort template config menu step by user language (#151596) 2025-09-03 17:02:45 +03:00
script.py Fix Automation/Script: sequence within a parallel ignoring enabled flag (#142977) 2025-04-19 11:49:05 +02:00
script_variables.py Fix variable scopes in scripts (#138883) 2025-02-26 16:19:19 +01:00
selector.py Allow to set translation_domain for SelectSelector and create helpers for sensor/switch device_class and sensor state_class 2025-09-28 13:47:41 +00:00
sensor.py
service.py Drop hass argument from service extraction helpers (#152738) 2025-09-22 16:08:07 +02:00
signal.py
significant_change.py
singleton.py Replace asyncio.iscoroutinefunction (#148738) 2025-07-14 20:24:32 +01:00
start.py
state.py
storage.py Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +02:00
sun.py Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +02:00
system_info.py Add container arch to system info (#147372) 2025-06-24 09:52:21 +02:00
target.py Improve comments in SelectedEntities (#152540) 2025-09-18 14:12:33 +03:00
temperature.py
trace.py Standardize homeassistant imports in core and base platforms (#136730) 2025-01-28 13:11:48 -05:00
translation.py Enable RUF023 (#135830) 2025-01-17 12:28:27 +01:00
trigger.py Move condition-specific fields into options (#152635) 2025-09-25 15:55:50 +02:00
trigger_template_entity.py Refactor template engine: Extract context and render info (#152630) 2025-09-20 14:15:24 +02:00
typing.py Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +02:00
update_coordinator.py Fix update coordinator ContextVar log for custom integrations (#150100) 2025-08-06 14:14:42 +02:00