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": "🤖 ..." } ] }