diff --git a/docs/guide/configuration/homeassistant.md b/docs/guide/configuration/homeassistant.md index 14640450b3254..4e4e34ef748e1 100644 --- a/docs/guide/configuration/homeassistant.md +++ b/docs/guide/configuration/homeassistant.md @@ -22,8 +22,7 @@ homeassistant: # Note: should be different from [MQTT base topic](../mqtt.md) to prevent errors in HA software discovery_topic: 'homeassistant' # Optional: Home Assistant status topic (default: shown below) - # Note: in addition to the `status_topic`, 'homeassistant/status' will also be used - status_topic: 'hass/status' + status_topic: 'homeassistant/status' # Optional: Experimental support for Home Assistant event entities, may break in the future (default: shown below) when enabled: # - An `event` entity will be discovered for each 'action'. # - The `event_type` attribute will contain the action itself, additional attributes like `button` will have further information.