You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`response data <https://www.home-assistant.io/docs/scripts/perform-actions/#use-templates-to-handle-response-data>`_.
1698
-
The response is the same response as for the `/api/conversation/process API <https://developers.home-assistant.io/docs/intent_conversation_api#conversation-response>`_.
1698
+
The response is the same as the one returned by the `/api/conversation/process` API; see
1699
+
`<https://developers.home-assistant.io/docs/intent_conversation_api#conversation-response>`_ for details.
1699
1700
1700
1701
See the docs on the `conversation integration <https://www.home-assistant.io/integrations/conversation/>`__ for
Copy file name to clipboardExpand all lines: docs/HISTORY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
- Add request context logging for failed HASS calls - contributed by [ekutner](https://github.com/ekutner)
9
9
- Reload modified apps on SIGUSR2 - contributed by [chatziko](https://github.com/chatziko)
10
10
- Using urlib to create endpoints from URLs - contributed by [cebtenzzre](https://github.com/cebtenzzre)
11
-
- Added {py:meth}`~appdaemon.plugins.hass.hassapi.Hass.process_conversation` and {py:meth}`~appdaemon.plugins.hass.hassapi.Hass.reload_conversation` to the [Hass API](./HASS_API_REFERENCE.rst#api-usage)
11
+
- Added {py:meth}`~appdaemon.plugins.hass.hassapi.Hass.process_conversation` and {py:meth}`~appdaemon.plugins.hass.hassapi.Hass.reload_conversation` to the [Hass API](./HASS_API_REFERENCE.rst#api-usage).
0 commit comments