core/homeassistant/helpers
Artur Pragacz 877e44e3c9
Remove redundant device update code (#134100)
Remove redundant device update steps
2025-01-20 09:37:32 +01:00
..
service_info Move UsbServiceInfo to service_info helpers (#135663) 2025-01-15 15:10:25 +01:00
__init__.py Remove deprecated (moved) helpers from helpers.__init__ (#120172) 2024-06-22 20:55:03 +02:00
aiohttp_client.py Migrate to using aiohttp-asyncmdnsresolver for aiohttp resolver (#134830) 2025-01-06 12:06:28 -10:00
area_registry.py Add temperature and humidity entities to area registry (#135423) 2025-01-16 08:25:26 -05:00
category_registry.py Add created_at/modified_at to category registry (#122454) 2024-07-23 14:39:38 +02:00
check_config.py Remove unused noqas (#135583) 2025-01-15 10:02:18 +01:00
collection.py Use new syntax for TypeVar defaults (#135780) 2025-01-17 09:12:52 +01:00
condition.py Enable RUF021 (#135832) 2025-01-17 10:20:45 +01: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 lock to token validity check (#117912) 2024-05-22 14:10:23 -04:00
config_validation.py Remove unused noqas (#135583) 2025-01-15 10:02:18 +01:00
data_entry_flow.py Drop Python 3.12 support (#135589) 2025-01-14 16:23:15 +01:00
debounce.py Use PEP 695 for covariant class annotations (#117780) 2024-05-20 10:55:44 +02:00
deprecation.py Fix deprecated enums (#134824) 2025-01-14 10:04:48 +01:00
device.py Address device helper review comments (#120615) 2024-06-27 08:50:20 +02:00
device_registry.py Remove redundant device update code (#134100) 2025-01-20 09:37:32 +01: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 Remove unused noqas (#135583) 2025-01-15 10:02:18 +01:00
entity_component.py Use new syntax for TypeVar defaults (#135780) 2025-01-17 09:12:52 +01:00
entity_platform.py Use default translation on SensorEntity unit_of_measurement (#131633) 2024-11-27 14:45:53 +01:00
entity_registry.py Validate config entry when adding or updating entity registry entry (#135067) 2025-01-17 19:18:13 +01: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 Enable RUF021 (#135832) 2025-01-17 10:20:45 +01:00
floor_registry.py Improve code of normalized name registry (#125282) 2024-10-01 11:20:52 -05:00
frame.py Add ability to pass integration domain to report_usage (#130705) 2024-11-21 16:01:36 +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 method subtyping [helpers] (#134213) 2024-12-29 17:16:38 +01:00
icon.py Enable RUF023 (#135830) 2025-01-17 12:28:27 +01:00
importlib.py Use HassKey for importlib helper (#117116) 2024-05-08 17:42:28 -05:00
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 Enable RUF023 (#135830) 2025-01-17 12:28:27 +01:00
issue_registry.py Migrate issue registry to use singleton helper (#117848) 2024-05-22 14:13:19 -04: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 Add shared history for conversation agents (#135903) 2025-01-18 22:33:03 -05:00
location.py
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 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
restore_state.py Drop restore_state backwards compatibility (#130411) 2024-11-15 12:35:09 +01:00
schema_config_entry_flow.py Remove options property from OptionFlow (#129890) 2024-11-06 23:28:01 +01:00
script.py Enable RUF021 (#135832) 2025-01-17 10:20:45 +01: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
service.py Enable RUF023 (#135830) 2025-01-17 12:28:27 +01: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 Add overload for async singleton call with HassKey (#134059) 2025-01-17 19:22:48 +01:00
start.py Improve annotation styling (#118032) 2024-05-24 15:05:53 +02:00
state.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
storage.py Switch to using fast cached_property implementation in propcache (#127339) 2024-10-03 13:11:02 -05:00
sun.py Use PEP 695 for simple type aliases (#117633) 2024-05-17 14:42:21 +02:00
system_info.py Improve is docker env checks (#132404) 2025-01-02 17:21:49 +01:00
temperature.py
template.py Enable RUF023 (#135830) 2025-01-17 12:28:27 +01:00
trace.py Enable RUF023 (#135830) 2025-01-17 12:28:27 +01:00
translation.py Enable RUF023 (#135830) 2025-01-17 12:28:27 +01:00
trigger.py Update trigger validation message (#126749) 2024-09-25 15:33:03 +02:00
trigger_template_entity.py Fix correct handling in ManualTriggerEntity (#130135) 2024-11-21 20:46:03 +01:00
typing.py Add voluptuous type aliases (#120399) 2024-06-25 11:58:27 +02:00
update_coordinator.py Enable RUF021 (#135832) 2025-01-17 10:20:45 +01:00