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");