Keeps relay info updated

Solves #1550
This commit is contained in:
Edward Firmo
2024-01-08 18:59:10 +01:00
parent d71a1e1fe8
commit 4bc3fdb28b

View File

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