Move adjustments for stairwell LED strip to Node-RED

This commit is contained in:
2024-01-14 19:22:03 -05:00
parent dceca6e089
commit 4fc7e16c8b
2 changed files with 0 additions and 56 deletions

View File

@ -4518,22 +4518,3 @@
value_template: '{{ is_state(sensor,''off'') }}'
mode: parallel
max: 5
- id: '1704743623656'
alias: Stairwell LED Strip
description: Run stairwell LED strip script automatically when the strip is turned
on
trigger:
- platform: state
entity_id:
- light.stairwell_led_strip
from: 'off'
to: 'on'
id: light-on
alias: When stairwell LED strip turns on
condition: []
action:
- service: script.stairwell_led_strip
metadata: {}
data: {}
alias: Run stairwell LED strip script
mode: restart