..
service_info
Move UsbServiceInfo to service_info helpers ( #135663 )
2025-01-15 15:10:25 +01:00
__init__.py
…
aiohttp_client.py
Bump aiohttp-asyncmdnsresolver to 0.1.0 ( #137492 )
2025-02-05 22:04:52 -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
Standardize homeassistant imports in core and base platforms ( #136730 )
2025-01-28 13:11:48 -05: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
Add PKCE implementation in oauth2 helper ( #139509 )
2025-03-17 14:16:52 +01:00
config_validation.py
Improve code quality of condition validation ( #141292 )
2025-03-24 17:21:32 +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
…
device_registry.py
Small cleanups to the device registry ( #141773 )
2025-03-29 21:00:13 -10: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
Bump ruff to 0.10.0 ( #140541 )
2025-03-14 12:32:50 +00:00
entity_component.py
Use new syntax for TypeVar defaults ( #135780 )
2025-01-17 09:12:52 +01:00
entity_platform.py
Improve handling of empty iterable in async_add_entities ( #141889 )
2025-03-30 21:22:47 -04:00
entity_registry.py
Merge config subentry feature branch to dev ( #136121 )
2025-02-10 16:40:07 +01:00
entity_values.py
…
entityfilter.py
Drop unnecessary lambdas in the entity filter ( #122941 )
2024-07-31 20:44:47 +02:00
event.py
Enable RUF021 ( #135832 )
2025-01-17 10:20:45 +01: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
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
Fix LLM to speed up prefill ( #141156 )
2025-03-30 13:30:40 -07:00
location.py
Add more util aliases to import conventions ( #136153 )
2025-01-21 15:58:23 +01:00
network.py
Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper ( #127228 )
2024-10-30 12:43:41 +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
Remove options property from OptionFlow ( #129890 )
2024-11-06 23:28:01 +01:00
script.py
Fix missing response for queued mode scripts ( #141460 )
2025-03-28 10:47:41 +00:00
script_variables.py
Fix variable scopes in scripts ( #138883 )
2025-02-26 16:19:19 +01:00
selector.py
Fix docstring in selector helper ( #140929 )
2025-03-19 16:37:07 +01:00
sensor.py
…
service.py
Add start_conversation service to Assist Satellite ( #134921 )
2025-01-29 21:32:10 -05: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
Get area and floor by alias ( #126150 )
2025-03-27 16:02:47 +01: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
Fix conversation trigger with variables ( #140066 )
2025-03-08 22:23:24 -05:00
trigger_template_entity.py
Fix correct handling in ManualTriggerEntity ( #130135 )
2024-11-21 20:46:03 +01:00
typing.py
…
update_coordinator.py
Fix return value for DataUpdateCoordinator._async setup ( #139181 )
2025-02-24 18:09:51 +01:00