Increase glow brightness for case

This commit is contained in:
2025-09-24 23:57:04 -04:00
parent f48231f3b5
commit 15b48e375b

View File

@@ -129,7 +129,7 @@ script:
then: then:
- light.turn_on: - light.turn_on:
id: output_led id: output_led
brightness: 15% brightness: 25%
red: 1 red: 1
green: 1 green: 1
blue: 1 blue: 1
@@ -482,7 +482,7 @@ light:
name: flash_white name: flash_white
colors: colors:
- state: true - state: true
brightness: 15% brightness: 25%
red: 100% red: 100%
green: 90% green: 90%
blue: 90% blue: 90%