core/homeassistant/helpers
Erik Montnemery 9bff039d17
Add set_conversation_response script action (#108233)
* Add set_conversation_response script action

* Update homeassistant/components/conversation/trigger.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Revert accidental change

* Add test

* Ignore mypy

* Remove incorrect callback decorator

* Update homeassistant/helpers/script.py

* Add test with templated set_conversation_response

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2024-01-23 09:13:42 -05:00
..
service_info
__init__.py Move config_per_platform and extract_domain_configs to config.py (#104989) 2023-12-04 12:48:49 +01:00
aiohttp_client.py Bump aiohttp to 3.9.1 (#104176) 2023-11-29 16:13:54 +01:00
area_registry.py Store area registry entries in a UserDict (#108656) 2024-01-23 08:14:28 +01:00
check_config.py Add domain key config validation (#104242) 2023-12-05 15:07:32 +01:00
collection.py
condition.py
config_entry_flow.py
config_entry_oauth2_flow.py Improve OAuth error handling in configuration flows (#103157) 2023-11-11 11:02:51 +01:00
config_validation.py Add set_conversation_response script action (#108233) 2024-01-23 09:13:42 -05:00
data_entry_flow.py
debounce.py
deprecation.py Avoid fetching logger in check_if_deprecated_constant if there is nothing to log (#107341) 2024-01-06 10:20:30 +01:00
device_registry.py Avoid bytes to string to bytes conversion in websocket api (#108139) 2024-01-16 21:37:34 +01:00
discovery.py
discovery_flow.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
dispatcher.py Improve dispatcher typing (#106872) 2024-01-08 09:45:37 +01:00
entity.py Avoid total_seconds conversion every state write when context is set (#107617) 2024-01-13 21:04:32 -05:00
entity_component.py Add config flow for Time & Date (#104183) 2024-01-23 12:18:31 +01:00
entity_platform.py Add config flow for Time & Date (#104183) 2024-01-23 12:18:31 +01:00
entity_registry.py Add icon to entity registry list for display (#108313) 2024-01-19 15:11:27 +01:00
entity_values.py
entityfilter.py Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080) 2023-12-20 23:55:09 +01:00
event.py Refactor async_track_utc_time_change to avoid using nonlocal (#108007) 2024-01-14 10:57:54 +01:00
frame.py Use loader.async_suggest_report_issue in frame helper (#101461) 2023-10-05 19:52:26 +02:00
group.py Move group helpers into their own module (#106924) 2024-01-04 17:34:56 +01:00
httpx_client.py
icon.py Add icon translations support (#103294) 2024-01-19 16:56:56 +01:00
instance_id.py
integration_platform.py Remove async_process_integration_platform_for_component (#100680) 2023-09-21 17:06:41 +02:00
intent.py Specific Assist errors for domain/device class (#107302) 2024-01-08 12:23:06 -06:00
issue_registry.py
json.py Add support for JSON fragments (#107213) 2024-01-07 17:36:31 -10:00
location.py
network.py Extend `auth/providers` endpoint and add `/api/person/list` endpoint for local ip requests (#103906) 2023-11-24 17:11:54 +01:00
ratelimit.py Add first TypeVarTuple annotations (#105379) 2023-12-18 00:38:07 +01:00
recorder.py
reload.py Move config_per_platform and extract_domain_configs to config.py (#104989) 2023-12-04 12:48:49 +01:00
restore_state.py Add support for JSON fragments (#107213) 2024-01-07 17:36:31 -10:00
schema_config_entry_flow.py Improve decorator type annotations [core] (#104826) 2023-11-30 18:50:31 +01:00
script.py Add set_conversation_response script action (#108233) 2024-01-23 09:13:42 -05:00
script_variables.py
selector.py Add Valve integration (#102184) 2023-12-18 19:48:00 +01:00
sensor.py
service.py Refactor service enumeration methods to better match existing use cases (#108671) 2024-01-22 14:21:17 -10:00
signal.py
significant_change.py Add significant change helper check_valid_float (#106005) 2023-12-18 21:59:30 +01:00
singleton.py
start.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
state.py
storage.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
sun.py
system_info.py
temperature.py Small cleanups to temperature helper (#107625) 2024-01-08 21:51:35 -10:00
template.py Add jinja_pass_arg to reserved template names (#107822) 2024-01-12 09:34:49 +01:00
trace.py Fix changed_variables in automation traces (#106665) 2023-12-30 08:34:21 +01:00
translation.py Reduce lock contention when all translations are already cached (#108634) 2024-01-21 22:29:03 -10:00
trigger.py Add set_conversation_response script action (#108233) 2024-01-23 09:13:42 -05:00
trigger_template_entity.py
typing.py
update_coordinator.py Avoid useless time fetch in DataUpdateCoordinator (#107999) 2024-01-13 23:40:07 -05:00