resetUtilitiesGroups on page load
This commit is contained in:
@@ -101,15 +101,7 @@ esp32:
|
||||
framework:
|
||||
type: esp-idf
|
||||
sdkconfig_options:
|
||||
CONFIG_D0WD_PSRAM_CLK_IO: "5"
|
||||
CONFIG_D0WD_PSRAM_CS_IO: "18"
|
||||
CONFIG_ESP32_REV_MIN_3: "y"
|
||||
CONFIG_SPIRAM_SUPPORT: "y"
|
||||
|
||||
psram:
|
||||
id: ext_ram
|
||||
mode: quad
|
||||
speed: 80MHz
|
||||
|
||||
##### WIFI SETUP #####
|
||||
wifi:
|
||||
@@ -2421,7 +2413,8 @@ script:
|
||||
|
||||
- id: page_utilities
|
||||
mode: restart
|
||||
then: # There's nothing here so far
|
||||
then:
|
||||
- lambda: resetUtilitiesGroups();
|
||||
|
||||
- id: page_weather
|
||||
mode: restart
|
||||
|
||||
Reference in New Issue
Block a user