Add 'voice_assistant.connected' condition (#3414)

This commit is contained in:
Jesse Hills 2023-11-28 09:57:51 +13:00
parent e9d4a544b6
commit 2936efbdae
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ESPHome devices with a microphone are able to stream the audio to Home Assistant
.. warning::
Audio and voice components consume a significant amount of resources (RAM, CPU) on the device.
**Crashes are likely to occur** if you include too many additional components in your device's
configuration. In particular, Bluetooth/BLE components are known to cause issues when used in
combination with Voice Assistant and/or other audio components.
@ -119,6 +119,7 @@ Voice Assistant Conditions
The following conditions are available for use in automations:
- ``voice_assistant.is_running`` - Returns true if the voice assistant is currently running.
- ``voice_assistant.connected`` - Returns true if the voice assistant is currently connected to Home Assistant.
Wake word detection
-------------------