core/homeassistant/helpers
Marc Mueller 2fc0d8494d
Use EventType for device_registry_updated ()
2024-04-08 08:25:57 -10:00
..
backports Switch to using the AsyncResolver with aiohttp () 2024-04-05 23:15:51 -04:00
service_info Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
__init__.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
aiohttp_client.py Enable Ruff RET504 () 2024-04-06 11:07:37 +02:00
area_registry.py Use EventType for remaining registry events () 2024-04-08 08:25:39 -10:00
category_registry.py Use EventType for remaining registry events () 2024-04-08 08:25:39 -10:00
check_config.py Add missing platforms_exist guard to check_config () 2024-04-01 21:37:30 -04:00
collection.py Improve loops and lists () 2024-03-14 10:22:20 +01:00
condition.py Enable Ruff TRY201 () 2024-03-28 10:18:07 +01:00
config_entry_flow.py Await discovery_function in the DiscoveryFlowHandler instead of wrapping it in a task () 2024-03-11 21:37:03 -04:00
config_entry_oauth2_flow.py Bump ruff to 0.3.4 () 2024-03-26 00:02:16 +01:00
config_validation.py Handle ambiguous script actions by using action map order () 2024-04-05 08:42:57 +02:00
data_entry_flow.py Update typing extensions to 4.11.0 () 2024-04-06 14:23:32 +02:00
debounce.py Add the ability to create Debouncer tasks as background tasks () 2024-03-12 08:41:12 -04:00
deprecation.py Deprecated old backports and typing aliases () 2024-04-06 13:15:30 -10:00
device_registry.py Use EventType for device_registry_updated () 2024-04-08 08:25:57 -10:00
discovery.py Adjust async_load_platform comment to remove dead lock reference () 2024-04-03 22:53:31 -04:00
discovery_flow.py Use run_immediately for starting discovery at the started event () 2024-03-11 14:29:39 -10:00
dispatcher.py Move SignalTypes to util () 2024-03-27 08:41:44 +01:00
entity.py Use identity checks for EntityPlatformState enum () 2024-04-07 02:31:23 +02:00
entity_component.py Avoid creating inner function in EntityComponent setup () 2024-03-23 11:31:23 -10:00
entity_platform.py Avoid checking for polling if an entity fails to add () 2024-04-07 21:25:55 -04:00
entity_registry.py Use EventType for device_registry_updated () 2024-04-08 08:25:57 -10:00
entity_values.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
entityfilter.py Improve loops and lists () 2024-03-14 10:22:20 +01:00
event.py Switch async_track_state_change to use run_immediately () 2024-04-07 16:38:25 -10:00
floor_registry.py Use EventType for remaining registry events () 2024-04-08 08:25:39 -10:00
frame.py Remove unnecessary functools.cached_property backport () 2024-04-04 11:24:26 +02:00
group.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
http.py Enable Ruff RSE () 2024-03-18 00:40:38 +01:00
httpx_client.py Add first batch of Ruff PYI rules () 2024-04-07 11:30:50 -10:00
icon.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
importlib.py Add a helper to import modules from the event loop () 2024-03-14 00:26:33 -04:00
instance_id.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
integration_platform.py Bump ruff to 0.3.4 () 2024-03-26 00:02:16 +01:00
intent.py Add first batch of Ruff PYI rules () 2024-04-07 11:30:50 -10:00
issue_registry.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
json.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
label_registry.py Use EventType for remaining registry events () 2024-04-08 08:25:39 -10:00
location.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
network.py Enable Ruff TRY300 () 2024-03-30 10:37:59 +01:00
normalized_name_base_registry.py Reduce code for registry items with a base class () 2024-04-03 09:02:32 +02:00
ratelimit.py Refactor rate limit helper to track time in seconds () 2024-03-20 19:49:37 -04:00
recorder.py Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
redact.py Bump ruff to 0.3.4 () 2024-03-26 00:02:16 +01:00
registry.py Improve registry store data typing () 2024-04-06 14:34:49 -10:00
reload.py Add first batch of Ruff PYI rules () 2024-04-07 11:30:50 -10:00
restore_state.py Enable Ruff RET504 () 2024-04-06 11:07:37 +02:00
schema_config_entry_flow.py Enable Ruff RET504 () 2024-04-06 11:07:37 +02:00
script.py Terminate scripts with until and while conditions that execute more than 10000 times () 2024-04-07 11:02:53 -10:00
script_variables.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
selector.py Add floor selector () 2024-04-02 10:43:14 +02:00
sensor.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
service.py Add index for floor/label to the area registry () 2024-04-03 21:04:26 -10:00
signal.py Add empty line after module docstring (2) [other] () 2024-03-08 19:16:38 +01:00
significant_change.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
singleton.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
start.py Use EventType for system events () 2024-04-08 08:25:34 -10:00
state.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
storage.py Run storage final write listener immediately () 2024-04-05 21:59:11 -04:00
sun.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
system_info.py Fix system_info importing hassio in the event loop () 2024-03-20 12:06:40 -10:00
temperature.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
template.py Add first batch of Ruff PYI rules () 2024-04-07 11:30:50 -10:00
trace.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
translation.py Avoid creating unneeded Context and Event objects when firing events () 2024-03-20 09:40:06 +01:00
trigger.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
trigger_template_entity.py Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
typing.py Use EventType for system events () 2024-04-08 08:25:34 -10:00
update_coordinator.py Enable ruff TRY401 () 2024-03-29 07:20:36 +01:00