..
service_info
Use PEP 695 for simple type aliases ( #117633 )
2024-05-17 14:42:21 +02:00
__init__.py
Remove deprecated (moved) helpers from helpers.__init__ ( #120172 )
2024-06-22 20:55:03 +02:00
aiohttp_client.py
Reduce number of aiohttp.TCPConnector cleanup_closed checks to one per minute ( #123268 )
2024-08-08 15:52:09 -05:00
area_registry.py
Fix area registry indexing when there is a name collision ( #125050 )
2024-09-02 09:23:07 -10:00
category_registry.py
Add created_at/modified_at to category registry ( #122454 )
2024-07-23 14:39:38 +02:00
check_config.py
Add async friendly helper for validating config schemas ( #123800 )
2024-08-17 11:01:49 +02:00
collection.py
Update modified_at datetime on storage collection changes ( #125218 )
2024-09-04 15:05:51 +02:00
condition.py
Add condition to trigger template entities ( #119689 )
2024-09-11 09:36:49 +02:00
config_entry_flow.py
Use PEP 695 for class annotations (4) ( #117778 )
2024-05-20 10:44:52 +02:00
config_entry_oauth2_flow.py
Add lock to token validity check ( #117912 )
2024-05-22 14:10:23 -04:00
config_validation.py
Enable all TID ruff rules ( #126312 )
2024-09-20 12:25:51 +02:00
data_entry_flow.py
Update voluptuous to 0.15.2 ( #120631 )
2024-07-02 12:57:09 -07:00
debounce.py
Use PEP 695 for covariant class annotations ( #117780 )
2024-05-20 10:55:44 +02:00
deprecation.py
Allow importing typing helper in core files ( #119377 )
2024-06-11 13:48:12 +02:00
device.py
Address device helper review comments ( #120615 )
2024-06-27 08:50:20 +02:00
device_registry.py
Remove uneeded isoformat calls in registry as_storage_fragment properties ( #126440 )
2024-09-23 14:23:43 +02:00
discovery.py
Enable all TID ruff rules ( #126312 )
2024-09-20 12:25:51 +02:00
discovery_flow.py
Reinitialize zeroconf discovery flow on unignore ( #125753 )
2024-09-23 16:49:21 +02:00
dispatcher.py
Update string formatting to use f-string on core codebase ( #125988 )
2024-09-19 14:31:13 +02:00
entity.py
Small speedup to processing entity customize ( #121271 )
2024-07-05 08:57:08 +02:00
entity_component.py
Deduplicate async_register_entity_service ( #124045 )
2024-08-16 14:06:35 +02:00
entity_platform.py
Deduplicate async_register_entity_service ( #124045 )
2024-08-16 14:06:35 +02:00
entity_registry.py
Remove uneeded isoformat calls in registry as_storage_fragment properties ( #126440 )
2024-09-23 14:23:43 +02:00
entity_values.py
Align max expected entities constant between modules ( #118102 )
2024-05-27 14:06:16 -10:00
entityfilter.py
Drop unnecessary lambdas in the entity filter ( #122941 )
2024-07-31 20:44:47 +02:00
event.py
Restore unnecessary assignment of Template.hass in event helper ( #125143 )
2024-09-03 15:25:35 +02:00
floor_registry.py
Avoid repeated calls to utc_from_timestamp(0).isoformat() when migrating ( #122413 )
2024-07-22 21:36:36 +02:00
frame.py
Make optional arguments to frame.report kwarg only ( #125062 )
2024-09-03 17:03:36 +02:00
group.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
http.py
Fix typo in KEY_ALLOW_CONFIGRED_CORS ( #119905 )
2024-06-18 12:44:27 -05:00
httpx_client.py
Improve callable annotations ( #118024 )
2024-05-24 10:24:09 +02:00
icon.py
Allow specifying icons for service sections ( #124656 )
2024-08-28 11:15:26 +02:00
importlib.py
Use HassKey for importlib helper ( #117116 )
2024-05-08 17:42:28 -05:00
instance_id.py
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
integration_platform.py
Use HassKey for helpers (2) ( #117013 )
2024-05-07 11:24:13 -05:00
intent.py
Improve LLM tool quality by more clearly specifying device_class slots ( #122723 )
2024-07-31 14:36:02 +02:00
issue_registry.py
Migrate issue registry to use singleton helper ( #117848 )
2024-05-22 14:13:19 -04:00
json.py
Add warnings for deprecated json helpers ( #121161 )
2024-07-04 20:48:08 +02:00
label_registry.py
Avoid repeated calls to utc_from_timestamp(0).isoformat() when migrating ( #122413 )
2024-07-22 21:36:36 +02:00
llm.py
Expose component constants for llm helper ( #125891 )
2024-09-13 12:43:37 +02:00
location.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
network.py
Remove unneeded wrapping of URL in URL in network helper ( #125265 )
2024-09-06 15:34:52 +02:00
normalized_name_base_registry.py
Add created_at/modified_at for area registry ( #122014 )
2024-07-17 09:54:06 +02:00
ratelimit.py
Use PEP 695 for function annotations (2) ( #117659 )
2024-05-18 11:44:39 +02:00
recorder.py
Fail tests if recorder creates nested sessions ( #122579 )
2024-07-25 21:18:55 +02:00
redact.py
Update mypy dev 1.11.0a8 ( #120032 )
2024-06-21 13:15:18 +02:00
registry.py
Speed up registry indices ( #117897 )
2024-05-22 14:07:39 -04:00
reload.py
Add first batch of Ruff PYI rules ( #115100 )
2024-04-07 11:30:50 -10:00
restore_state.py
Replace pop calls with del where the result is discarded in restore_state ( #118339 )
2024-05-28 23:14:40 -04:00
schema_config_entry_flow.py
Improve schema typing (3) ( #120521 )
2024-06-26 11:30:07 +02:00
script.py
Add condition to trigger template entities ( #119689 )
2024-09-11 09:36:49 +02:00
script_variables.py
Remove unnecessary assignment of Template.hass from script variables helper ( #123712 )
2024-08-12 21:51:24 +02:00
selector.py
Add enable_millisecond to duration selector ( #122821 )
2024-07-31 16:13:05 +02:00
sensor.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
service.py
Remove lying comment from service.async_register_entity_service ( #125079 )
2024-09-02 15:18:02 +02:00
signal.py
Use HassKey for helpers (2) ( #117013 )
2024-05-07 11:24:13 -05:00
significant_change.py
Use PEP 695 for simple type aliases ( #117633 )
2024-05-17 14:42:21 +02:00
singleton.py
Use PEP 695 for decorator typing with type aliases (2) ( #117663 )
2024-05-18 11:41:46 +02:00
start.py
Improve annotation styling ( #118032 )
2024-05-24 15:05:53 +02:00
state.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
storage.py
Migrate issue registry to use singleton helper ( #117848 )
2024-05-22 14:13:19 -04:00
sun.py
Use PEP 695 for simple type aliases ( #117633 )
2024-05-17 14:42:21 +02:00
system_info.py
Fix blocking I/O in the event loop to get MacOS system_info ( #117290 )
2024-05-12 08:16:21 -04:00
temperature.py
Add empty line after module docstring [helpers + other] ( #112707 )
2024-03-08 10:36:11 -05:00
template.py
Log deprecation warning when `template.Template` is created without `hass` ( #125142 )
2024-09-03 14:28:33 +02:00
trace.py
Enable strict typing on script helper ( #122075 )
2024-07-17 13:51:59 +02:00
translation.py
Remove translation and icon component path functions ( #118214 )
2024-05-27 10:35:52 +02:00
trigger.py
Allow templates for enabling automation triggers ( #114458 )
2024-05-14 14:44:21 +02:00
trigger_template_entity.py
Remove unnecessary assignment of Template.hass from trigger entity helper ( #123709 )
2024-08-12 21:50:50 +02:00
typing.py
Add voluptuous type aliases ( #120399 )
2024-06-25 11:58:27 +02:00
update_coordinator.py
Add `async_setup` method to `DataUpdateCoordinator` ( #116677 )
2024-07-19 14:24:25 +02:00