Edit esp-bedside-panel.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-31 13:28:04 +12:00
parent 55764eba96
commit f1caca4eea
+108
View File
@@ -1546,6 +1546,114 @@ sensor:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_6_hours_since_completed
entity_id: "${job_6_state_entity}"
attribute: hours_since_completed
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_6_hours_since_required
entity_id: "${job_6_state_entity}"
attribute: hours_since_required
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_6_display_due_ts
entity_id: "${job_6_state_entity}"
attribute: display_due_ts
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_7_hours_since_completed
entity_id: "${job_7_state_entity}"
attribute: hours_since_completed
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_7_hours_since_required
entity_id: "${job_7_state_entity}"
attribute: hours_since_required
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_7_display_due_ts
entity_id: "${job_7_state_entity}"
attribute: display_due_ts
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_8_hours_since_completed
entity_id: "${job_8_state_entity}"
attribute: hours_since_completed
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_8_hours_since_required
entity_id: "${job_8_state_entity}"
attribute: hours_since_required
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_8_display_due_ts
entity_id: "${job_8_state_entity}"
attribute: display_due_ts
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_9_hours_since_completed
entity_id: "${job_9_state_entity}"
attribute: hours_since_completed
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_9_hours_since_required
entity_id: "${job_9_state_entity}"
attribute: hours_since_required
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
- platform: homeassistant
id: job_9_display_due_ts
entity_id: "${job_9_state_entity}"
attribute: display_due_ts
internal: true
on_value:
then:
- script.execute: refresh_jobs_page
#:########################################################################################:#
# HOME ASSISTANT BINARY SENSORS:
# Imported states used to colour LVGL buttons