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: 14 additions & 10 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "26.8.26.3"
version: "26.8.27.1"

run_duration_default: "90s"
run_duration_gpio: "90s"
Expand Down Expand Up @@ -763,15 +763,6 @@ light:

# Segment views; effects run per segment

# All 37 LEDs
- platform: partition
id: all_lights
name: "All Lights"
default_transition_length: 0s
segments:
- { id: led_chain, from: 0, to: 36 }
effects: *led_effects

# LEDs 0-23
- platform: partition
id: body_light
Expand Down Expand Up @@ -817,6 +808,19 @@ light:
- { id: led_chain, from: 32, to: 36 }
effects: *led_effects

# Master over the five zones, so a zone the user turned on is left alone
- platform: partition
id: all_lights
name: "All Lights"
default_transition_length: 0s
segments:
- single_light_id: body_light
- single_light_id: mouth_light
- single_light_id: nose_light
- single_light_id: eyes_light
- single_light_id: hat_light
effects: *led_effects

script:
- id: all_lights_off
then:
Expand Down
Loading