From 4711936a3bb84d74bf77eb2340f7f61fc0d36331 Mon Sep 17 00:00:00 2001 From: liuhao1024 Date: Thu, 18 Jun 2026 22:34:59 +0800 Subject: [PATCH] fix(docs): remove non-existent conversation_entity setting from homeassistant troubleshooting --- website/docs/user-guide/messaging/homeassistant.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/docs/user-guide/messaging/homeassistant.md b/website/docs/user-guide/messaging/homeassistant.md index e96cc22cc02..2079654305c 100644 --- a/website/docs/user-guide/messaging/homeassistant.md +++ b/website/docs/user-guide/messaging/homeassistant.md @@ -259,12 +259,6 @@ from `config.yaml`. Double-check the file lives under the active Hermes profile home and that there's no stray quoting around the URL/token. Restart the gateway after editing — env changes are only applied on process start. -**`conversation entity not found` / agent never replies.** -Home Assistant's conversation API requires a configured *Assist* conversation -agent. In HA, open **Settings → Voice assistants → Add assistant** and note the -resulting entity id (looks like `conversation.home_assistant` or -`conversation.openai_`). Set that entity id in the adapter's -`conversation_entity` setting; the default may not exist on your instance. **REST auth failing (`401 Unauthorized`).** The token must be a *Long-Lived Access Token* created from your HA user profile