diff --git a/esphome/esp-bedside-panel.yaml b/esphome/esp-bedside-panel.yaml index 5b84cd4..cadfbb8 100644 --- a/esphome/esp-bedside-panel.yaml +++ b/esphome/esp-bedside-panel.yaml @@ -5867,6 +5867,38 @@ text_sensor: then: - script.execute: refresh_jobs_page + - platform: homeassistant + id: job_6_state + entity_id: "${job_6_state_entity}" + internal: true + on_value: + then: + - script.execute: refresh_jobs_page + + - platform: homeassistant + id: job_7_state + entity_id: "${job_7_state_entity}" + internal: true + on_value: + then: + - script.execute: refresh_jobs_page + + - platform: homeassistant + id: job_8_state + entity_id: "${job_8_state_entity}" + internal: true + on_value: + then: + - script.execute: refresh_jobs_page + + - platform: homeassistant + id: job_9_state + entity_id: "${job_9_state_entity}" + internal: true + on_value: + then: + - script.execute: refresh_jobs_page + #:######################################################################################:# # ATTO 3 TEXT STATES #:######################################################################################:#