core/homeassistant/helpers
Sid 3142f52a79
Add Ruff refurb rules (#121701)
2024-07-10 21:47:40 +02:00
..
backports
service_info
__init__.py Remove deprecated (moved) helpers from helpers.__init__ (#120172) 2024-06-22 20:55:03 +02:00
aiohttp_client.py
area_registry.py Fix ruff manual-dict-comprehension PERF403 (#120723) 2024-06-28 14:17:47 +02:00
category_registry.py
check_config.py
collection.py Fix ruff redefined-argument-from-local PLR1704 (#120729) 2024-06-28 12:31:07 +02:00
condition.py Import Generator from collections.abc (1) (#120914) 2024-07-01 11:51:51 +02:00
config_entry_flow.py
config_entry_oauth2_flow.py
config_validation.py Add some more VolDictType annotations (#120610) 2024-06-26 22:44:43 +02:00
data_entry_flow.py Update voluptuous to 0.15.2 (#120631) 2024-07-02 12:57:09 -07:00
debounce.py
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 Don't allow updating a device to have no connections or identifiers (#120603) 2024-06-27 09:26:31 +02:00
discovery.py
discovery_flow.py
dispatcher.py Small speed up to connecting dispatchers (#118342) 2024-05-28 16:49:58 -10:00
entity.py Small speedup to processing entity customize (#121271) 2024-07-05 08:57:08 +02: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 Rename async_track_state_reported_event to async_track_state_report_event (#120637) 2024-06-27 13:45:15 +02:00
floor_registry.py
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
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
json.py Add warnings for deprecated json helpers (#121161) 2024-07-04 20:48:08 +02:00
label_registry.py
llm.py LLM to handle int attributes (#121037) 2024-07-06 11:41:18 +02:00
location.py
network.py
normalized_name_base_registry.py
ratelimit.py
recorder.py
redact.py Update mypy dev 1.11.0a8 (#120032) 2024-06-21 13:15:18 +02:00
registry.py
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 Import Generator from collections.abc (1) (#120914) 2024-07-01 11:51:51 +02: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
singleton.py
start.py
state.py
storage.py
sun.py
system_info.py
temperature.py
template.py Add Ruff refurb rules (#121701) 2024-07-10 21:47:40 +02:00
trace.py Import Generator from collections.abc (1) (#120914) 2024-07-01 11:51:51 +02:00
translation.py Remove translation and icon component path functions (#118214) 2024-05-27 10:35:52 +02:00
trigger.py
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 collections.abc (1) (#120914) 2024-07-01 11:51:51 +02:00