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
|
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml
|
||||||
#:########################################################################################:#
|
#:########################################################################################:#
|
||||||
# VERSIONS:
|
# VERSIONS:
|
||||||
|
# V1.53 2026-07-31 Expanded Jobs Summary to nine active jobs in a 3x4 grid with three spare slots
|
||||||
# V1.52 2026-07-28 Centralised battery publishing and removed continuously evaluated battery template lambdas
|
# V1.52 2026-07-28 Centralised battery publishing and removed continuously evaluated battery template lambdas
|
||||||
# V1.51 2026-07-28 Removed unsupported update_interval from the template USB-power binary sensor
|
# V1.51 2026-07-28 Removed unsupported update_interval from the template USB-power binary sensor
|
||||||
# V1.50 2026-07-28 Reworked calibrated battery monitoring and Clock indicator using delayed interval updates after V1.49 boot rollback
|
# V1.50 2026-07-28 Reworked calibrated battery monitoring and Clock indicator using delayed interval updates after V1.49 boot rollback
|
||||||
@@ -190,7 +191,7 @@ substitutions:
|
|||||||
|
|
||||||
# Project Naming
|
# Project Naming
|
||||||
project_name: "Guition.JC1060P470C_I_W_Y"
|
project_name: "Guition.JC1060P470C_I_W_Y"
|
||||||
project_version: "v1.52"
|
project_version: "v1.53"
|
||||||
|
|
||||||
# Passwords & Secrets
|
# Passwords & Secrets
|
||||||
api_key: !secret esp-api_key
|
api_key: !secret esp-api_key
|
||||||
@@ -380,7 +381,7 @@ substitutions:
|
|||||||
external_garage_light_entity: "switch.esp_garageextcornerlight_garage_external_light"
|
external_garage_light_entity: "switch.esp_garageextcornerlight_garage_external_light"
|
||||||
|
|
||||||
# Home Assistant Entities - Jobs Tracker
|
# Home Assistant Entities - Jobs Tracker
|
||||||
# Slots 1-5 are currently active. The page reserves 15 positions in total.
|
# Slots 1-9 are active. The page reserves three additional positions.
|
||||||
job_1_state_entity: "sensor.jobs_tracker_dog_feeding_morning"
|
job_1_state_entity: "sensor.jobs_tracker_dog_feeding_morning"
|
||||||
job_1_id: "dog_feeding_morning"
|
job_1_id: "dog_feeding_morning"
|
||||||
|
|
||||||
@@ -396,6 +397,18 @@ substitutions:
|
|||||||
job_5_state_entity: "sensor.jobs_tracker_rubbish_removed"
|
job_5_state_entity: "sensor.jobs_tracker_rubbish_removed"
|
||||||
job_5_id: "rubbish_removed"
|
job_5_id: "rubbish_removed"
|
||||||
|
|
||||||
|
job_6_state_entity: "sensor.jobs_tracker_empty_dryer"
|
||||||
|
job_6_id: "empty_dryer"
|
||||||
|
|
||||||
|
job_7_state_entity: "sensor.jobs_tracker_water_table_pot_plant"
|
||||||
|
job_7_id: "water_table_pot_plant"
|
||||||
|
|
||||||
|
job_8_state_entity: "sensor.jobs_tracker_water_tv_pot_plant"
|
||||||
|
job_8_id: "water_tv_pot_plant"
|
||||||
|
|
||||||
|
job_9_state_entity: "sensor.jobs_tracker_empty_washing_machine"
|
||||||
|
job_9_id: "empty_washing_machine"
|
||||||
|
|
||||||
#:########################################################################################:#
|
#:########################################################################################:#
|
||||||
# PACKAGES:
|
# PACKAGES:
|
||||||
# Included Common Packages
|
# Included Common Packages
|
||||||
|
|||||||
Reference in New Issue
Block a user