mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Add on_client_connects and disconnected triggers to voice assistant (#3310)
This commit is contained in:
parent
5a1fbf37c9
commit
044de13ea6
@ -58,6 +58,11 @@ Configuration:
|
||||
when the voice assistant has encountered an error. The error code and message are available to
|
||||
automations as the variables ``code`` and ``message``.
|
||||
|
||||
- **on_client_connected** (*Optional*, :ref:`Automation <automation>`): An automation to perform
|
||||
when Home Assistant has connected and is waiting for Voice Assistant commands.
|
||||
- **on_client_disconnected** (*Optional*, :ref:`Automation <automation>`): An automation to perform
|
||||
when Home Assistant disconnects from the Voice Assistant.
|
||||
|
||||
- **noise_suppression_level** (*Optional*, integer): The noise suppression level to apply to the assist pipeline.
|
||||
Between 0 and 4 inclusive. Defaults to 0 (disabled).
|
||||
- **auto_gain** (*Optional*, dBFS): Auto gain level to apply to the assist pipeline.
|
||||
|
Loading…
Reference in New Issue
Block a user