Files
cuframes-composer/docker/mqtt_overlays.json
T
gx 3730c65a1e mqtt_overlays: убраны assist_question / assist_response
Conversation events HA Assist не приходят (архитектурное ограничение).
Чтобы placeholders ❯ Вы: ... и ✎ HA: ... не висели на экране без
данных — overlay'и убраны до решения вопроса с источником диалога.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-04 19:01:31 +01:00

23 lines
880 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"version": 1,
"grid_cols": 8,
"grid_rows": 8,
"_doc": "MQTT-driven text overlays. Каждый блок = одна MQTT-подписка + persistent text overlay в фиксированной позиции на output frame'е. Не привязан к layout cells. anchor: right-bottom/right-top/left-bottom/left-top/center. format: printf-style для extracted значения (для double — \"%+.1f°C\"). json_field пустой → raw payload как string.",
"overlays": [
{
"id": "temp_outside",
"topic": "zigbee2mqtt/Температура на улице",
"json_field": "temperature",
"format": "%+.1f°C",
"anchor": "right-bottom",
"margin_x": 32,
"margin_y": 24,
"pixel_size": 32,
"color": [255, 255, 255],
"alpha": 230,
"font_path": "/fonts/DejaVuSans-Bold.ttf"
}
]
}