Skip to content
Closed
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
8 changes: 7 additions & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "26.8.27.1"
version: "26.8.27.2"

run_duration_default: "90s"
run_duration_gpio: "90s"
Expand Down Expand Up @@ -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 }
Expand All @@ -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 }
Expand All @@ -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 }
Expand All @@ -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 }
Expand All @@ -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 }
Expand All @@ -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
Expand Down
Loading