From 4bc3fdb28bf1921fd16c11ed7bd057e1f527eae7 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:59:10 +0100 Subject: [PATCH] Keeps relay info updated Solves #1550 --- advanced/esphome/nspanel_esphome_core.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/advanced/esphome/nspanel_esphome_core.yaml b/advanced/esphome/nspanel_esphome_core.yaml index b8881d9..bcf3b99 100644 --- a/advanced/esphome/nspanel_esphome_core.yaml +++ b/advanced/esphome/nspanel_esphome_core.yaml @@ -14,7 +14,7 @@ substitutions: ota_password: ${wifi_password} ap_password: ${wifi_password} ##### DON'T CHANGE THIS ###### - version: "4.2beta.1" + version: "4.2beta.2" ############################## ##### External components ##### @@ -2202,6 +2202,7 @@ script: - id: page_home mode: restart then: + - script.execute: refresh_relays - script.execute: refresh_wifi_icon - id: page_keyb_num @@ -3082,6 +3083,7 @@ script: - id: watchdog mode: restart then: + - script.execute: refresh_relays - lambda: |- static const char *const TAG = "script.watchdog"; ESP_LOGV(TAG, "Starting");