hass-core/homeassistant/helpers
Michael Hansen b6f875134e Add HassRespond intent (#129755)
* Add HassHello intent

* Rename to HassRespond

* LLM's ignore HassRespond intent
2024-11-05 02:59:18 +00:00
..
service_info Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228) 2024-10-30 12:43:41 +01:00
__init__.py
aiohttp_client.py Add SSL Cipher option to aiohttp async_get_clientsession (#126317) 2024-09-24 21:31:52 +02: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 Update modified_at datetime on storage collection changes (#125218) 2024-09-04 15:05:51 +02:00
condition.py Add condition to trigger template entities (#119689) 2024-09-11 09:36:49 +02:00
config_entry_flow.py
config_entry_oauth2_flow.py
config_validation.py Fix typo in cv.url_no_path (#129402) 2024-10-29 12:06:59 +01:00
data_entry_flow.py Make FlowHandler.context a typed dict (#126291) 2024-10-08 12:18:45 +02: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 parameter add_config_entry from DeviceRegistry.async_update_device (#128139) 2024-10-11 14:01:14 +02: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 Move core config functionality to its own module (#129065) 2024-10-24 13:34:51 +02:00
entity_component.py Improve docstring of EntityComponent and EntityPlatform (#128135) 2024-10-11 13:43:20 +02:00
entity_platform.py Improve docstring of EntityComponent and EntityPlatform (#128135) 2024-10-11 13:43:20 +02:00
entity_registry.py Restore __slots__ to registry entries (#127481) 2024-10-05 12:16:52 +02:00
entity_values.py
entityfilter.py Drop unnecessary lambdas in the entity filter (#122941) 2024-07-31 20:44:47 +02:00
event.py Clarify event tracking in docstrings for track_state_change/report (#129338) 2024-10-28 23:05:06 +01:00
floor_registry.py Improve code of normalized name registry (#125282) 2024-10-01 11:20:52 -05:00
frame.py Switch to using fast cached_property implementation in propcache (#127339) 2024-10-03 13:11:02 -05: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
icon.py Allow specifying icons for service sections (#124656) 2024-08-28 11:15:26 +02:00
importlib.py
instance_id.py
integration_platform.py
intent.py Add HassRespond intent (#129755) 2024-11-05 02:59:18 +00: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 Add HassRespond intent (#129755) 2024-11-05 02:59:18 +00: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
schema_config_entry_flow.py
script.py Add completed to the wait variable when using triggers (wait_for_trigger) (#123427) 2024-10-23 17:19:07 +02: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 Fix service target devices by label (#127229) 2024-10-25 21:30:04 +02: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 Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228) 2024-10-30 12:43:41 +01:00
temperature.py
template.py Improve template docstring (#128967) 2024-10-22 19:15:27 -10:00
trace.py
translation.py
trigger.py Update trigger validation message (#126749) 2024-09-25 15:33:03 +02:00
trigger_template_entity.py Remove unnecessary assignment of Template.hass from trigger entity helper (#123709) 2024-08-12 21:50:50 +02:00
typing.py
update_coordinator.py Add checks for config entry state in async_config_entry_first_refresh (#128148) 2024-10-16 14:06:25 +02:00