diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index e2cb8ca..e20fb56 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "26.8.27.1" + version: "26.8.27.2" run_duration_default: "90s" run_duration_gpio: "90s" @@ -767,6 +767,7 @@ light: - platform: partition id: body_light name: "Body Light" + gamma_correct: 1.5 default_transition_length: 0s segments: - { id: led_chain, from: 0, to: 23 } @@ -776,6 +777,7 @@ light: - platform: partition id: mouth_light name: "Mouth Light" + gamma_correct: 1.5 default_transition_length: 0s segments: - { id: led_chain, from: 24, to: 28 } @@ -785,6 +787,7 @@ light: - platform: partition id: nose_light name: "Nose Light" + gamma_correct: 1.5 default_transition_length: 0s segments: - { id: led_chain, from: 29, to: 29 } @@ -794,6 +797,7 @@ light: - platform: partition id: eyes_light name: "Eyes Light" + gamma_correct: 1.5 default_transition_length: 0s segments: - { id: led_chain, from: 30, to: 31 } @@ -803,6 +807,7 @@ light: - platform: partition id: hat_light name: "Hat Light" + gamma_correct: 1.5 default_transition_length: 0s segments: - { id: led_chain, from: 32, to: 36 } @@ -812,6 +817,7 @@ light: - platform: partition id: all_lights name: "All Lights" + gamma_correct: 1.5 default_transition_length: 0s segments: - single_light_id: body_light