diff --git a/esphome/esp-rocktumbler.yaml b/esphome/esp-rocktumbler.yaml index b47c9d3..8821e48 100644 --- a/esphome/esp-rocktumbler.yaml +++ b/esphome/esp-rocktumbler.yaml @@ -191,7 +191,7 @@ globals: - id: restore_mode type: int restore_value: yes - initial_value: "2" + initial_value: "0" #:########################################################################################:# # SELECT COMPONENT: @@ -210,4 +210,4 @@ select: on_value: then: - lambda: |- - id(restore_mode) = i + 1; \ No newline at end of file + id(restore_mode) = i + 1;