Files
fresh-home/automations/things/nursery_wled_changed.yaml
T
2025-10-10 20:24:52 -04:00

25 lines
700 B
YAML

id: nursery_wled_changed
alias: Nursery WLED Changed
mode: single
# Hide warnings when triggered while in delay.
max_exceeded: silent
trigger:
- platform: state
entity_id: input_select.nursery_wled
action:
#- alias: "Clear segment first"
# action: rest_command.bridget_clear
#- alias: "Call new WLED segment settings"
# action: "rest_command.bridget_{{states('input_select.bridget_wled') | string | lower | replace(' ','_') }}"
- alias: "Update wled presets for both beds"
action: select.select_option
data:
option: "{{states('input_select.nursery_wled')}}"
target:
entity_id:
- select.black_bed_wled_preset
- select.white_bed_wled_preset