Skip to content

Commit

Permalink
Add on_client_connects and disconnected triggers to voice assistant (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Oct 30, 2023
1 parent 5a1fbf3 commit 044de13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/voice_assistant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 044de13

Please sign in to comment.