This commit is contained in:
Edward Firmo
2023-12-18 17:54:09 +01:00
parent 9d68ecb5ab
commit e8e483a92a

View File

@@ -2575,7 +2575,7 @@ script:
- wait_until: - wait_until:
condition: condition:
- not: - not:
- text_sensor.state: # Is boot page visible? - text_sensor.state: # Is boot page visible?
id: current_page id: current_page
state: 'boot' state: 'boot'
timeout: 15s timeout: 15s
@@ -2642,8 +2642,6 @@ script:
- id: stop_all - id: stop_all
mode: restart mode: restart
#parameters:
# exceptions: string[] # to be implemented
then: then:
- lambda: |- - lambda: |-
static const char *const TAG = "script.stop_all"; static const char *const TAG = "script.stop_all";