Edit esp-bedside-panel.yaml
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml
|
||||
#:########################################################################################:#
|
||||
# VERSIONS:
|
||||
# V0.8n 2026-07-16 Fixed setpoint arrow icons using LVGL built-in FontAwesome symbols
|
||||
# V0.8m 2026-07-16 Added Quiet / Powerful profiles, Night Power toggle and improved Climate state highlighting
|
||||
# V0.8l 2026-07-16 Completed primary Climate controls, ceiling fan cycle and Air Filter Low
|
||||
# V0.8k 2026-07-16 Revised Bedroom header and added five-button navigation row
|
||||
@@ -81,12 +82,12 @@ substitutions:
|
||||
# Device Naming
|
||||
device_name: "esp-bedside-panel"
|
||||
friendly_name: "ESP Bedside Panel"
|
||||
description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Climate modes, profiles, setpoint, ceiling fan, quiet air filter and Night Power. (Layout V1.1)"
|
||||
description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Climate controls with LVGL built-in setpoint arrow icons. (Layout V1.1)"
|
||||
device_area: "Bedroom"
|
||||
|
||||
# Project Naming
|
||||
project_name: "Guition.JC1060P470C_I_W_Y"
|
||||
project_version: "v0.8m"
|
||||
project_version: "v0.8n"
|
||||
|
||||
# Passwords & Secrets
|
||||
api_key: !secret esp-api_key
|
||||
@@ -411,7 +412,7 @@ font:
|
||||
glyphs:
|
||||
- "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
- "abcdefghijklmnopqrstuvwxyz"
|
||||
- "0123456789, .:/-%°+()↑↓"
|
||||
- "0123456789, .:/-%°+()"
|
||||
|
||||
- file: "gfonts://Roboto"
|
||||
id: font_button
|
||||
@@ -1878,8 +1879,8 @@ lvgl:
|
||||
widgets:
|
||||
- label:
|
||||
align: CENTER
|
||||
text: "↓"
|
||||
text_font: font_title
|
||||
text: "\uF063"
|
||||
text_font: montserrat_36
|
||||
text_color: 0xFFFFFF
|
||||
on_click:
|
||||
- homeassistant.action:
|
||||
@@ -1922,8 +1923,8 @@ lvgl:
|
||||
widgets:
|
||||
- label:
|
||||
align: CENTER
|
||||
text: "↑"
|
||||
text_font: font_title
|
||||
text: "\uF062"
|
||||
text_font: montserrat_36
|
||||
text_color: 0xFFFFFF
|
||||
on_click:
|
||||
- homeassistant.action:
|
||||
|
||||
Reference in New Issue
Block a user