From a8ce3f1ccb4ea1480a3d450aa9094c281a157624 Mon Sep 17 00:00:00 2001 From: Evgeny Demchenko Date: Thu, 4 Jun 2026 15:22:04 +0100 Subject: [PATCH] =?UTF-8?q?mqtt=5Foverlays.json:=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20HA=20Assist=20question?= =?UTF-8?q?=20/=20response=20overlays?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Подписка на assist/conversation/text + /response (plain-text retained, schema см. home-assistant/.../assist_mqtt.md). Позиция: левый-нижний угол стопкой — 🤖 ответ внизу (margin_y=32) 🗣 вопрос выше (margin_y=78) Полупрозрачная подложка (bg_alpha=180), placeholder с эмодзи пока turn'а не было. Co-Authored-By: Claude Opus 4.7 --- docker/mqtt_overlays.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docker/mqtt_overlays.json b/docker/mqtt_overlays.json index d101efb..38cd191 100644 --- a/docker/mqtt_overlays.json +++ b/docker/mqtt_overlays.json @@ -15,6 +15,38 @@ "color": [255, 255, 255], "alpha": 230, "font_path": "/fonts/DejaVuSans-Bold.ttf" + }, + { + "id": "assist_question", + "_doc": "Последний вопрос пользователя к HA Assist. Plain-text retained.", + "topic": "assist/conversation/text", + "json_field": "", + "format": "🗣 %s", + "anchor": "left-bottom", + "margin_x": 32, + "margin_y": 78, + "pixel_size": 22, + "color": [200, 220, 255], + "alpha": 230, + "bg_alpha": 180, + "bg_pad": 10, + "placeholder": "🗣 ..." + }, + { + "id": "assist_response", + "_doc": "Ответ HA Assist последнего turn'а. Plain-text retained.", + "topic": "assist/conversation/response", + "json_field": "", + "format": "🤖 %s", + "anchor": "left-bottom", + "margin_x": 32, + "margin_y": 32, + "pixel_size": 22, + "color": [255, 255, 255], + "alpha": 230, + "bg_alpha": 180, + "bg_pad": 10, + "placeholder": "🤖 ..." } ] }