Edit esp-bedside-panel.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-17 11:29:52 +12:00
parent c374e32ded
commit 45f1f0540a
+18 -14
View File
@@ -6,6 +6,7 @@
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml # https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml
#:########################################################################################:# #:########################################################################################:#
# VERSIONS: # VERSIONS:
# V1.6 2026-07-17 Reordered the nine Bedroom control buttons
# V1.5 2026-07-16 Added RX8130 battery-backed RTC time restore and synchronisation # V1.5 2026-07-16 Added RX8130 battery-backed RTC time restore and synchronisation
# V1.4 2026-07-16 Moved Security image right, added Driveway and four Future buttons # V1.4 2026-07-16 Moved Security image right, added Driveway and four Future buttons
# V1.3 2026-07-16 Added Security page with 640x360 Doorbell camera snapshot # V1.3 2026-07-16 Added Security page with 640x360 Doorbell camera snapshot
@@ -103,12 +104,12 @@ substitutions:
# Device Naming # Device Naming
device_name: "esp-bedside-panel" device_name: "esp-bedside-panel"
friendly_name: "ESP Bedside Panel" friendly_name: "ESP Bedside Panel"
description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Bedroom, Climate, Security and Clock pages with RX8130 RTC backup. (Layout V1.1)" description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Revised Bedroom control layout with RTC-backed time. (Layout V1.1)"
device_area: "Bedroom" device_area: "Bedroom"
# Project Naming # Project Naming
project_name: "Guition.JC1060P470C_I_W_Y" project_name: "Guition.JC1060P470C_I_W_Y"
project_version: "v1.5" project_version: "v1.6"
# Passwords & Secrets # Passwords & Secrets
api_key: !secret esp-api_key api_key: !secret esp-api_key
@@ -1716,6 +1717,9 @@ lvgl:
#:####################################################################################:# #:####################################################################################:#
# BEDROOM PAGE # BEDROOM PAGE
#:####################################################################################:# #:####################################################################################:#
# Row 1: Bathroom Lights | Hall Floor | Bedside Lamp
# Row 2: Bathroom Fan | Hall Lights | South Lights
# Row 3: Garage Lights | Patio Lights | North Lights
- id: bedroom_page - id: bedroom_page
bg_color: 0x10151D bg_color: 0x10151D
bg_opa: COVER bg_opa: COVER
@@ -1815,8 +1819,8 @@ lvgl:
- button: - button:
id: north_lights_button id: north_lights_button
x: 35 x: 689
y: 95 y: 341
width: 300 width: 300
height: 105 height: 105
widgets: widgets:
@@ -1841,8 +1845,8 @@ lvgl:
- button: - button:
id: south_lights_button id: south_lights_button
x: 362 x: 689
y: 95 y: 218
width: 300 width: 300
height: 105 height: 105
widgets: widgets:
@@ -1893,8 +1897,8 @@ lvgl:
- button: - button:
id: hall_floor_button id: hall_floor_button
x: 35 x: 362
y: 218 y: 95
width: 300 width: 300
height: 105 height: 105
widgets: widgets:
@@ -1945,8 +1949,8 @@ lvgl:
- button: - button:
id: bathroom_lights_button id: bathroom_lights_button
x: 689 x: 35
y: 218 y: 95
width: 300 width: 300
height: 105 height: 105
widgets: widgets:
@@ -1971,7 +1975,7 @@ lvgl:
- button: - button:
id: patio_lights_button id: patio_lights_button
x: 35 x: 362
y: 341 y: 341
width: 300 width: 300
height: 105 height: 105
@@ -1997,7 +2001,7 @@ lvgl:
- button: - button:
id: garage_lights_button id: garage_lights_button
x: 362 x: 35
y: 341 y: 341
width: 300 width: 300
height: 105 height: 105
@@ -2023,8 +2027,8 @@ lvgl:
- button: - button:
id: bathroom_fan_button id: bathroom_fan_button
x: 689 x: 35
y: 341 y: 218
width: 300 width: 300
height: 105 height: 105
widgets: widgets: