c0ffeeca7 89b5af33bd
States: add unavailable and unknown (#34809)
* States: add unavailable and unknown

* rephrase intro

* Make states lowercase

* Update source/_integrations/humidifier.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Revert "Make states lowercase"

This reverts commit daf7f06630c4a2cc1f7e7fe5d043d9754a79cd1d.

* Apply bold to the UI string of state names

* Climate: fix grammar

---------

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2024-09-18 15:36:17 +02:00

1.3 KiB

title, description, ha_category, ha_release, ha_codeowners, ha_domain, ha_integration_type, ha_quality_scale
title description ha_category ha_release ha_codeowners ha_domain ha_integration_type ha_quality_scale
Wake-word detection Detect a wake word in streaming audio.
Voice
2023.9
@home-assistant/core
@synesthesiam
wake_word entity internal

A wake-word-detection {% term entity %} allows other {% term integrations %} or applications to detect wake words in streaming audio.

The wake-word-detection entities cannot be implemented manually, but can be provided by integrations such as Wyoming. The API in Assist Pipelines enables wake-word-detection as part of Assist.

{% 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 Screenshot showing the state of a wake word detection entity in the developer tools.

In addition, the entity can have the following states:

  • Unavailable: The entity is currently unavailable.
  • Unknown: The state is not yet known.