diff --git a/source/_integrations/wake_word.markdown b/source/_integrations/wake_word.markdown index 53a9b4197e9..c2263babc44 100644 --- a/source/_integrations/wake_word.markdown +++ b/source/_integrations/wake_word.markdown @@ -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. + +
+
+Screenshot showing the state of a wake word detection entity in the developer tools.
+