.. |
service_info
|
Move UsbServiceInfo to service_info helpers (#135663)
|
2025-01-15 15:10:25 +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
|
Get area and floor by alias (#126150)
|
2025-03-27 16:02:47 +01:00 |
backup.py
|
Add sensor platform to backup integration (#138663)
|
2025-03-24 12:54:16 +01: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
|
Remove support for condition platforms defining only a CONDITION_SCHEMA (#144832)
|
2025-05-13 20:53:08 +02:00 |
config_entry_flow.py
|
Fix DiscoveryFlowHandler when discovery_function returns bool (#133563)
|
2025-01-16 12:31:16 -10: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 sun conditions to the sun integration (#144742)
|
2025-05-12 23:03:37 +01: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
|
Bump ruff to 0.10.0 (#140541)
|
2025-03-14 12:32:50 +00:00 |
device.py
|
Do not remove derivative config entry when input sensor is removed (#146506)
|
2025-06-11 11:19:44 +02:00 |
device_registry.py
|
Restore user customizations of deleted devices (#145191)
|
2025-06-10 11:47:39 +02:00 |
discovery.py
|
Enable all TID ruff rules (#126312)
|
2024-09-20 12:25:51 +02:00 |
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
|
Remove unused attribute EntityInfo.custom_component (#146550)
|
2025-06-11 17:27:17 +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
|
Add WS command to help reset custom entity_id (#145504)
|
2025-05-26 19:28:27 +02:00 |
entity_registry.py
|
Allow removing entity registry items twice (#146519)
|
2025-06-11 12:42:09 +02:00 |
entity_values.py
|
…
|
|
entityfilter.py
|
…
|
|
event.py
|
Add async_has_entity_registry_updated_listeners (#142772)
|
2025-04-14 19:45:09 +02:00 |
floor_registry.py
|
Get area and floor by alias (#126150)
|
2025-03-27 16:02:47 +01:00 |
frame.py
|
Prioritize integration_domain passed to helper.frame.report_usage (#139819)
|
2025-03-06 13:16:50 +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
|
Simplify helper_integration.async_handle_source_entity_changes (#146516)
|
2025-06-11 12:27:51 +02:00 |
http.py
|
Bump ruff to 0.9.1 (#135197)
|
2025-01-14 11:46:12 +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
|
Remove unused noqas (#135583)
|
2025-01-15 10:02:18 +01:00 |
label_registry.py
|
Improve code of normalized name registry (#125282)
|
2024-10-01 11:20:52 -05:00 |
llm.py
|
Drop user prompt from LLMContext (#146787)
|
2025-06-13 22:01:39 -04:00 |
location.py
|
Add more util aliases to import conventions (#136153)
|
2025-01-21 15:58:23 +01:00 |
network.py
|
Remove unnecessary imports of http integration (#141899)
|
2025-03-31 11:30:20 +01: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
|
Minor adjustment of recorder helper (#138941)
|
2025-02-20 16:28:39 +00: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
|
Support readonly selectors in config_flows (#129456)
|
2025-05-23 17:05:43 +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
|
Support readonly selectors in config_flows (#129456)
|
2025-05-23 17:05:43 +02:00 |
sensor.py
|
…
|
|
service.py
|
Add service response support to admin services (#144837)
|
2025-05-13 21:57:15 +01:00 |
signal.py
|
…
|
|
significant_change.py
|
…
|
|
singleton.py
|
Add overload for async singleton call with HassKey (#134059)
|
2025-01-17 19:22:48 +01:00 |
start.py
|
…
|
|
state.py
|
Change lock state to an enum (#126379)
|
2024-09-24 12:30:50 +02:00 |
storage.py
|
Standardize homeassistant imports in core and base platforms (#136730)
|
2025-01-28 13:11:48 -05:00 |
sun.py
|
…
|
|
system_info.py
|
Improve is docker env checks (#132404)
|
2025-01-02 17:21:49 +01:00 |
temperature.py
|
…
|
|
template.py
|
Add as_function to allow macros to return values (#142033)
|
2025-05-26 20:22:45 +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
|
Improve support for trigger platforms with multiple triggers (#144827)
|
2025-06-10 20:48:51 +02:00 |
trigger_template_entity.py
|
Update trigger based template entity resolution order (#140660)
|
2025-04-25 13:17:25 +02:00 |
typing.py
|
…
|
|
update_coordinator.py
|
Fix HOMEASSISTANT_STOP unsubscribe in data update coordinator (#145809)
|
2025-05-28 17:52:51 +01:00 |