Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tarontop committed Aug 30, 2024
1 parent d84a541 commit 66fb2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions athom-rgbct-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ globals:
- id: restore_mode
type: int
restore_value: yes
initial_value: "3"
initial_value: "1"

select:
- platform: template
Expand All @@ -67,7 +67,6 @@ esphome:
name: "${project_name}"
version: "${project_version}"
on_boot:
- priority: 600
then:
- script.execute: fast_boot_script
- select.set_index:
Expand Down
3 changes: 1 addition & 2 deletions athom-rgbww-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ globals:
- id: restore_mode
type: int
restore_value: yes
initial_value: "3"
initial_value: "1"

select:
- platform: template
Expand All @@ -67,7 +67,6 @@ esphome:
name: "${project_name}"
version: "${project_version}"
on_boot:
- priority: 600
then:
- script.execute: fast_boot_script
- select.set_index:
Expand Down

0 comments on commit 66fb2d8

Please sign in to comment.