core/homeassistant/helpers
Erik Montnemery 9bbeb5d608
Add primary_config_entry attribute to device registry entries (#119959)
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Robert Resch <robert@resch.dev>
2024-06-26 12:26:24 +02:00
..
backports
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
area_registry.py Speed up registry indices (#117897) 2024-05-22 14:07:39 -04:00
category_registry.py Use PEP 695 for simple type aliases (#117633) 2024-05-17 14:42:21 +02:00
check_config.py
collection.py Improve collection schema typing (#120441) 2024-06-25 18:57:15 +02:00
condition.py Import Generator from typing_extensions (1) (#118986) 2024-06-06 17:02:13 +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 Improve schema typing (3) (#120521) 2024-06-26 11:30:07 +02:00
data_entry_flow.py
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 Add the ability to bind the template helper entity to a device (#117753) 2024-06-22 12:45:06 +02:00
device_registry.py Add primary_config_entry attribute to device registry entries (#119959) 2024-06-26 12:26:24 +02:00
discovery.py
discovery_flow.py Enable Ruff RET502 (#115139) 2024-05-21 22:19:33 +02:00
dispatcher.py Small speed up to connecting dispatchers (#118342) 2024-05-28 16:49:58 -10:00
entity.py Make use_device_name a cached_property in the base entity class (#119758) 2024-06-18 21:52:36 -04:00
entity_component.py Add voluptuous type aliases (#120399) 2024-06-25 11:58:27 +02:00
entity_platform.py Improve schema typing (2) (#120475) 2024-06-26 02:25:30 +02:00
entity_registry.py Don't report entities with invalid unique id when loading the entity registry (#118290) 2024-05-29 08:32:39 +02:00
entity_values.py Align max expected entities constant between modules (#118102) 2024-05-27 14:06:16 -10:00
entityfilter.py Add cache to more complex entity filters (#118344) 2024-05-28 23:07:50 -04:00
event.py Add types to event tracker data (#118010) 2024-05-24 10:09:39 -04:00
floor_registry.py Use PEP 695 for simple type aliases (#117633) 2024-05-17 14:42:21 +02:00
frame.py Always do thread safety check when writing state (#118886) 2024-06-05 23:41:55 -04:00
group.py
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 Remove translation and icon component path functions (#118214) 2024-05-27 10:35:52 +02:00
importlib.py
instance_id.py
integration_platform.py
intent.py Improve schema typing (3) (#120521) 2024-06-26 11:30:07 +02:00
issue_registry.py Migrate issue registry to use singleton helper (#117848) 2024-05-22 14:13:19 -04:00
json.py
label_registry.py Use PEP 695 for simple type aliases (#117633) 2024-05-17 14:42:21 +02:00
llm.py Allow timer management from any device (#120440) 2024-06-26 09:06:56 +02:00
location.py
network.py
normalized_name_base_registry.py Use PEP 695 for class annotations (4) (#117778) 2024-05-20 10:44:52 +02:00
ratelimit.py Use PEP 695 for function annotations (2) (#117659) 2024-05-18 11:44:39 +02:00
recorder.py
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
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 Ensure multiple executions of a restart automation in the same event loop iteration are allowed (#119100) 2024-06-08 17:07:39 -04:00
script_variables.py
selector.py Improve schema typing (2) (#120475) 2024-06-26 02:25:30 +02:00
sensor.py
service.py Support in service descriptions for input sections (#116100) 2024-06-25 20:00:48 +02:00
signal.py
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
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
template.py Add template config_entry_attr function (#119899) 2024-06-22 21:51:09 -04:00
trace.py Import Generator from typing_extensions (1) (#118986) 2024-06-06 17:02:13 +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
typing.py Add voluptuous type aliases (#120399) 2024-06-25 11:58:27 +02:00
update_coordinator.py Import Generator from typing_extensions (1) (#118986) 2024-06-06 17:02:13 +02:00