Add 'voice_assistant.connected' condition (#3414)

This commit is contained in:
Jesse Hills 2023-11-28 09:57:51 +13:00 committed by GitHub
parent 815684df11
commit c935cd8cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
-------------------