core/homeassistant/helpers
Marc Mueller 2599faa622
Fix method subtyping [helpers] (#134213)
2024-12-29 17:16:38 +01:00
..
service_info Allow bytearray for mqtt payload type (#132906) 2024-12-11 11:51:16 +01:00
__init__.py
aiohttp_client.py Disable cleanup_closed on python 3.12.7+ and 3.13.1+ (#129645) 2024-11-02 22:15:56 -05:00
area_registry.py Restore __slots__ to registry entries (#127481) 2024-10-05 12:16:52 +02:00
category_registry.py
check_config.py Move core config functionality to its own module (#129065) 2024-10-24 13:34:51 +02:00
collection.py
condition.py Support time entities in time conditions (#124575) 2024-11-26 15:37:31 +01:00
config_entry_flow.py
config_entry_oauth2_flow.py
config_validation.py Support time entities in time conditions (#124575) 2024-11-26 15:37:31 +01:00
data_entry_flow.py Revert "Add support for subentries to config entries" (#133470) 2024-12-18 13:51:05 +01:00
debounce.py
deprecation.py Move core config class to core_config.py (#129163) 2024-10-26 07:00:31 +02:00
device.py
device_registry.py Remove deprecated device registry constants (#131802) 2024-11-28 11:20:44 +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 Update string formatting to use f-string on core codebase (#125988) 2024-09-19 14:31:13 +02:00
entity.py Remove deprecated supported features warning in MediaPlayer (#132365) 2024-12-09 23:03:55 +01:00
entity_component.py Improve docstring of EntityComponent and EntityPlatform (#128135) 2024-10-11 13:43:20 +02:00
entity_platform.py Use default translation on SensorEntity unit_of_measurement (#131633) 2024-11-27 14:45:53 +01:00
entity_registry.py Restore __slots__ to registry entries (#127481) 2024-10-05 12:16:52 +02:00
entity_values.py
entityfilter.py
event.py Use PEP 695 TypeVar syntax (#133049) 2024-12-12 16:01:57 +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
httpx_client.py Fix method subtyping [helpers] (#134213) 2024-12-29 17:16:38 +01:00
icon.py
importlib.py
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 Add intent to cancel all timers (#130873) 2024-11-26 09:59:41 -06:00
issue_registry.py
json.py Cache serialization of config entry storage (#127435) 2024-10-03 19:51:09 +02:00
label_registry.py Improve code of normalized name registry (#125282) 2024-10-01 11:20:52 -05:00
llm.py Do not double expose scripts in LLM tools (#131726) 2024-11-27 18:04:08 +01: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
recorder.py
redact.py
registry.py
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 Clean up early assignment in script response (#131691) 2024-11-27 10:24:06 +01:00
script_variables.py
selector.py
sensor.py
service.py Add exception translation for entity action not supported (#131956) 2024-12-01 16:53:06 +01:00
signal.py
significant_change.py
singleton.py
start.py
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
system_info.py Update exception handling for python3.13 for getpass.getuser() (#132449) 2024-12-06 06:54:21 -08:00
temperature.py
template.py Update mypy-dev to 1.14.0a5 (#132063) 2024-12-02 14:40:13 +01:00
trace.py
translation.py
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
update_coordinator.py Use breaks_in_ha_version in report_usage (#131137) 2024-11-23 18:58:24 +01:00