Edit esp-rocktumbler.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-24 18:21:35 +12:00
parent 8fdcb128a3
commit 32df6ce407
+2 -2
View File
@@ -191,7 +191,7 @@ globals:
- id: restore_mode - id: restore_mode
type: int type: int
restore_value: yes restore_value: yes
initial_value: "2" initial_value: "0"
#:########################################################################################:# #:########################################################################################:#
# SELECT COMPONENT: # SELECT COMPONENT:
@@ -210,4 +210,4 @@ select:
on_value: on_value:
then: then:
- lambda: |- - lambda: |-
id(restore_mode) = i + 1; id(restore_mode) = i + 1;