From 1f629054976119ef814a20d266631bf8b73e06b4 Mon Sep 17 00:00:00 2001 From: Trevor Schirmer Date: Mon, 10 Nov 2025 16:20:31 -0500 Subject: [PATCH] Fix Half Brightness --- Integrations/ESPHome/Core.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 255333d..b470080 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "25.11.10.1" + version: "25.11.10.2" esp32: board: esp32-c6-devkitm-1 @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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%