Edit esp-bedside-panel.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-24 22:31:37 +12:00
parent 11249d8645
commit 23d5c82222
+9 -22
View File
@@ -179,7 +179,7 @@ substitutions:
# Project Naming # Project Naming
project_name: "Guition.JC1060P470C_I_W_Y" project_name: "Guition.JC1060P470C_I_W_Y"
project_version: "v1.46" project_version: "v1.47"
# Passwords & Secrets # Passwords & Secrets
api_key: !secret esp-api_key api_key: !secret esp-api_key
@@ -1731,42 +1731,42 @@ globals:
- id: alarm_enabled - id: alarm_enabled
type: bool[4] type: bool[4]
restore_value: true restore_value: true
initial_value: '{false, false, false, false}' initial_value: "{false, false, false, false}"
- id: alarm_hour - id: alarm_hour
type: uint8_t[4] type: uint8_t[4]
restore_value: true restore_value: true
initial_value: '{7, 7, 7, 7}' initial_value: "{7, 7, 7, 7}"
- id: alarm_minute - id: alarm_minute
type: uint8_t[4] type: uint8_t[4]
restore_value: true restore_value: true
initial_value: '{0, 0, 0, 0}' initial_value: "{0, 0, 0, 0}"
- id: alarm_day_mask - id: alarm_day_mask
type: uint8_t[4] type: uint8_t[4]
restore_value: true restore_value: true
initial_value: '{31, 31, 31, 31}' initial_value: "{31, 31, 31, 31}"
- id: alarm_snooze_enabled - id: alarm_snooze_enabled
type: bool[4] type: bool[4]
restore_value: true restore_value: true
initial_value: '{false, false, false, false}' initial_value: "{false, false, false, false}"
- id: alarm_vibrate_option - id: alarm_vibrate_option
type: uint8_t[4] type: uint8_t[4]
restore_value: true restore_value: true
initial_value: '{1, 1, 1, 1}' initial_value: "{1, 1, 1, 1}"
- id: alarm_sound_option - id: alarm_sound_option
type: uint8_t[4] type: uint8_t[4]
restore_value: true restore_value: true
initial_value: '{1, 1, 1, 1}' initial_value: "{1, 1, 1, 1}"
- id: alarm_lamp_enabled - id: alarm_lamp_enabled
type: bool[4] type: bool[4]
restore_value: true restore_value: true
initial_value: '{false, false, false, false}' initial_value: "{false, false, false, false}"
# Temporary values used by the shared time-editor page. # Temporary values used by the shared time-editor page.
- id: alarm_edit_row - id: alarm_edit_row
@@ -2345,7 +2345,6 @@ script:
- script.execute: refresh_alarm_audio_controls - script.execute: refresh_alarm_audio_controls
#:######################################################################################:# #:######################################################################################:#
# ALARM CLOCK AUDIO TESTING # ALARM CLOCK AUDIO TESTING
#:######################################################################################:# #:######################################################################################:#
@@ -2756,7 +2755,6 @@ script:
- script.execute: refresh_alarm_audio_controls - script.execute: refresh_alarm_audio_controls
#:######################################################################################:# #:######################################################################################:#
# ALARM CLOCK TIME EDITOR # ALARM CLOCK TIME EDITOR
#:######################################################################################:# #:######################################################################################:#
@@ -3099,7 +3097,6 @@ script:
return lv_color_hex(0x28313D); return lv_color_hex(0x28313D);
- lvgl.label.update: - lvgl.label.update:
id: job_1_status_label id: job_1_status_label
text: !lambda |- text: !lambda |-
@@ -3277,7 +3274,6 @@ script:
return state; return state;
- lvgl.widget.update: - lvgl.widget.update:
id: job_2_button id: job_2_button
bg_color: !lambda |- bg_color: !lambda |-
@@ -3305,7 +3301,6 @@ script:
return lv_color_hex(0x28313D); return lv_color_hex(0x28313D);
- lvgl.label.update: - lvgl.label.update:
id: job_2_status_label id: job_2_status_label
text: !lambda |- text: !lambda |-
@@ -3483,7 +3478,6 @@ script:
return state; return state;
- lvgl.widget.update: - lvgl.widget.update:
id: job_3_button id: job_3_button
bg_color: !lambda |- bg_color: !lambda |-
@@ -3511,7 +3505,6 @@ script:
return lv_color_hex(0x28313D); return lv_color_hex(0x28313D);
- lvgl.label.update: - lvgl.label.update:
id: job_3_status_label id: job_3_status_label
text: !lambda |- text: !lambda |-
@@ -3689,7 +3682,6 @@ script:
return state; return state;
- lvgl.widget.update: - lvgl.widget.update:
id: job_4_button id: job_4_button
bg_color: !lambda |- bg_color: !lambda |-
@@ -3717,7 +3709,6 @@ script:
return lv_color_hex(0x28313D); return lv_color_hex(0x28313D);
- lvgl.label.update: - lvgl.label.update:
id: job_4_status_label id: job_4_status_label
text: !lambda |- text: !lambda |-
@@ -3895,7 +3886,6 @@ script:
return state; return state;
- lvgl.widget.update: - lvgl.widget.update:
id: job_5_button id: job_5_button
bg_color: !lambda |- bg_color: !lambda |-
@@ -3923,7 +3913,6 @@ script:
return lv_color_hex(0x28313D); return lv_color_hex(0x28313D);
- lvgl.label.update: - lvgl.label.update:
id: job_5_status_label id: job_5_status_label
text: !lambda |- text: !lambda |-
@@ -4101,7 +4090,6 @@ script:
return state; return state;
# Update Bedroom and Clock status values after LVGL has finished constructing. # Update Bedroom and Clock status values after LVGL has finished constructing.
- id: refresh_header_status - id: refresh_header_status
mode: restart mode: restart
@@ -5820,7 +5808,6 @@ lvgl:
- online_image.release: security_camera_image - online_image.release: security_camera_image
pages: pages:
#:####################################################################################:# #:####################################################################################:#
# BEDROOM PAGE # BEDROOM PAGE
#:####################################################################################:# #:####################################################################################:#