Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "25.11.10.1"
version: "25.11.10.2"

esp32:
board: esp32-c6-devkitm-1
Expand Down Expand Up @@ -798,11 +798,11 @@ script:
- id: play_song_1
then:
- light.turn_on:
brightness: 40%
brightness: 80%
id: rgb_light
effect: "RainbowWave"
- light.turn_on:
brightness: 30%
brightness: 60%
id: logo_light
effect: "RainbowWave"
- rtttl.play:
Expand All @@ -815,11 +815,11 @@ script:
- id: play_song_2
then:
- light.turn_on:
brightness: 40%
brightness: 80%
id: rgb_light
effect: "TwinklingWhite"
- light.turn_on:
brightness: 60%
brightness: 80%
id: logo_light
effect: "TwinklingRed"
- rtttl.play:
Expand All @@ -832,11 +832,11 @@ script:
- id: play_song_3
then:
- light.turn_on:
brightness: 40%
brightness: 80%
id: rgb_light
effect: "RedGreen"
- light.turn_on:
brightness: 30%
brightness: 60%
id: logo_light
effect: "RedGreen"
- rtttl.play:
Expand All @@ -849,11 +849,11 @@ script:
- id: play_song_4
then:
- light.turn_on:
brightness: 50%
brightness: 80%
id: rgb_light
effect: "TwinklingBlues"
- light.turn_on:
brightness: 40%
brightness: 80%
id: logo_light
effect: "TwinklingBlues"
- rtttl.play:
Expand All @@ -866,11 +866,11 @@ script:
- id: play_song_x
then:
- light.turn_on:
brightness: 40%
brightness: 80%
id: rgb_light
effect: "Sandstorm"
- light.turn_on:
brightness: 30%
brightness: 60%
id: logo_light
effect: "Sandstorm"
- rtttl.play:
Expand All @@ -885,7 +885,7 @@ script:
- lambda: "id(runTest) = false;"
- light.turn_on:
id: rgb_light
brightness: 40%
brightness: 80%
red: 0%
green: 100%
blue: 0%
Expand Down