core/homeassistant/helpers
Erik Montnemery f538807d6e
Make device suggested_area only influence new devices (#149758)
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-08-01 14:54:58 +02:00
..
service_info Add docstring to DhcpServiceInfo MAC address (#147823) 2025-06-30 21:54:05 +02: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 Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +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 Replace asyncio.iscoroutinefunction (#148738) 2025-07-14 20:24:32 +01: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 Make sure we can set up OAuth based integrations via discovery (#145144) 2025-05-26 20:48:07 +02:00
config_validation.py Move zone conditions to the zone integration (#148157) 2025-07-07 18:27:44 +02:00
data_entry_flow.py Remove result from FlowResult (#149202) 2025-07-31 10:58:36 +02:00
debounce.py Fix data update coordinator garbage collection (#137299) 2025-02-04 11:20:06 +01:00
deprecation.py Improve (and align) deprecation messages (#147948) 2025-07-05 00:02:36 +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 Make device suggested_area only influence new devices (#149758) 2025-08-01 14:54:58 +02:00
discovery.py
discovery_flow.py Make FlowHandler.context a typed dict (#126291) 2024-10-08 12:18:45 +02:00
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 Add WS command to help reset custom entity_id (#145504) 2025-05-26 19:28:27 +02:00
entity_platform.py Refactor EntityPlatform (#147927) 2025-07-22 14:35:57 +02:00
entity_registry.py Make _EventDeviceRegistryUpdatedData_Remove JSON serializable (#149734) 2025-07-31 12:35:13 +02:00
entity_values.py
entityfilter.py
event.py Make async_track_state_change/report_event listeners fire in order (#148766) 2025-07-21 13:07:52 +02:00
floor_registry.py Get area and floor by alias (#126150) 2025-03-27 16:02:47 +01:00
frame.py Replace asyncio.iscoroutinefunction (#148738) 2025-07-14 20:24:32 +01:00
group.py
hassio.py Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228) 2024-10-30 12:43:41 +01:00
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 Fix duplicate call to async_register_preload_platform (#133909) 2024-12-23 09:20:44 -10:00
intent.py Improve LLM tool descriptions for brightness and volume percentage (#138685) 2025-03-08 22:28:35 -05:00
issue_registry.py Standardize homeassistant imports in core and base platforms (#136730) 2025-01-28 13:11:48 -05:00
json.py Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +02:00
label_registry.py Improve code of normalized name registry (#125282) 2024-10-01 11:20:52 -05:00
llm.py Return intent response from LLM chat log if available (#148522) 2025-07-16 16:16:01 +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 Improve code of normalized name registry (#125282) 2024-10-01 11:20:52 -05:00
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 Add description placeholders to `SchemaFlowFormStep` (#147544) 2025-06-26 19:51:31 +02: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 Order selectors alphabetically in helper (#149269) 2025-07-22 23:06:51 +02:00
sensor.py
service.py Validate selectors in the service helper (#148857) 2025-07-16 08:51:16 +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 Add list of targeted entities to target state event (#149203) 2025-07-24 16:52:12 +01:00
temperature.py
template.py Add default to from_json (#146211) 2025-06-24 14:27:14 +02:00
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 Validate selectors in the trigger helper (#149662) 2025-07-30 14:22:55 +02:00
trigger_template_entity.py Adjust ManualTriggerSensorEntity to handle timestamp device classes (#145909) 2025-07-18 13:49:12 +02:00
typing.py Update ruff to 0.12.0 (#147106) 2025-06-19 20:39:09 +02:00
update_coordinator.py Deprecate the usage of ContextVar for config_entry in coordinator (#138161) 2025-07-16 21:45:22 +02:00