mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-15 20:18:58 +02:00
Add some additional VA triggers, part 2 (#3399)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
745e118317
commit
dfab9bd249
@ -60,6 +60,10 @@ Configuration:
|
||||
- **on_tts_end** (*Optional*, :ref:`Automation <automation>`): An automation to perform
|
||||
when the voice assistant has finished text-to-speech. A URL containing the audio response
|
||||
is available to automations as the variable ``x``.
|
||||
- **on_tts_stream_start** (*Optional*, :ref:`Automation <automation>`): An automation to perform when audio stream
|
||||
(voice response) playback starts. Requires ``speaker`` to be configured.
|
||||
- **on_tts_stream_end** (*Optional*, :ref:`Automation <automation>`): An automation to perform when audio stream
|
||||
(voice response) playback ends. Requires ``speaker`` to be configured.
|
||||
- **on_error** (*Optional*, :ref:`Automation <automation>`): An automation to perform
|
||||
when the voice assistant has encountered an error. The error code and message are available to
|
||||
automations as the variables ``code`` and ``message``.
|
||||
|
Loading…
Reference in New Issue
Block a user