core/homeassistant/helpers
Paul Bottein 380c737901
Add reorder option to entity selector (#149002)
2025-07-18 19:41:59 +01: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 Merge config subentry feature branch to dev (#136121) 2025-02-10 16:40:07 +01: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 Improve entity registry handling of device changes (#148425) 2025-07-11 20:56:50 +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 Adjust logic related to entity platform state (#147882) 2025-07-02 14:57:53 +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 Do not add switch_as_x config entry to source device (#148346) 2025-07-08 13:23:28 +02:00
entity_registry.py Fix exception in EntityRegistry.async_device_modified (#148645) 2025-07-13 10:37:48 +02:00
entity_values.py
entityfilter.py
event.py Improve docstrings of event helpers related to state changes (#148722) 2025-07-14 11:57:27 +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
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
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
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 Add reorder option to entity selector (#149002) 2025-07-18 19:41:59 +01: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 method to track entity state changes from target selectors (#148086) 2025-07-14 19:28:53 +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 Replace asyncio.iscoroutinefunction (#148738) 2025-07-14 20:24:32 +01: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