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

23 lines
653 B
YAML

id: bridget_wled_changed
alias: Bridget WLED Changed
mode: single
# Hide warnings when triggered while in delay.
max_exceeded: silent
trigger:
- platform: state
entity_id: input_select.bridget_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 select.white_bed_wled_preset"
action: select.select_option
data:
option: "{{states('input_select.bridget_wled')}}"
target:
entity_id: select.white_bed_wled_preset