Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zanix committed Nov 19, 2024
1 parent b72e5a7 commit aff12b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions esphome/nebula-projector-emma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ select:
id: motor
speed: 10


# [INDEX=2]: Scene - Red
- if:
condition:
Expand Down Expand Up @@ -344,4 +343,4 @@ select:
blue: 30%
- fan.turn_on:
id: motor
speed: 40
speed: 40
3 changes: 1 addition & 2 deletions esphome/nebula-projector-ethan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ select:
id: motor
speed: 10


# [INDEX=2]: Scene - Red
- if:
condition:
Expand Down Expand Up @@ -344,4 +343,4 @@ select:
blue: 30%
- fan.turn_on:
id: motor
speed: 40
speed: 40
3 changes: 1 addition & 2 deletions esphome/nebula-projector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ select:
id: motor
speed: 10


# [INDEX=2]: Scene - Red
- if:
condition:
Expand Down Expand Up @@ -345,4 +344,4 @@ select:
blue: 30%
- fan.turn_on:
id: motor
speed: 40
speed: 40

0 comments on commit aff12b2

Please sign in to comment.