Wake word: add state (#34805)

This commit is contained in:
c0ffeeca7 2024-09-18 10:46:44 +02:00 committed by GitHub
parent 7a0ff42680
commit cea669d89c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -17,3 +17,12 @@ A wake-word-detection {% term entity %} allows other {% term integrations %} or
The wake-word-detection entities cannot be implemented manually, but can be provided by integrations such as [Wyoming](/integrations/wyoming). The API in [Assist Pipelines](https://developers.home-assistant.io/docs/voice/pipelines/) enables wake-word-detection as part of [Assist](/voice_control/).
{% include integrations/building_block_integration.md %}
## The state of a wake word detection entity
The state of a wake word detection {% term entity %} is a timestamp showing the date and time when the wake word was last detected.
<p class='img'>
<img src='/images/integrations/wake_word/state_wake-word.png' alt='Screenshot showing the state of a wake word detection entity in the developer tools' />
Screenshot showing the state of a wake word detection entity in the developer tools.
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB