Clarify stairwell LED strip script #186

This commit is contained in:
2024-01-08 14:58:28 -05:00
parent 76fced870b
commit 76cacbe336

View File

@ -885,9 +885,11 @@ stairwell_led_strip:
colortemp: "{% if is_state('input_boolean.goodnight','off') and\n is_state('input_boolean.give_me_darkness','off') colortemp: "{% if is_state('input_boolean.goodnight','off') and\n is_state('input_boolean.give_me_darkness','off')
and\n is_state('binary_sensor.early_night_mode','off')\n%}\n 4000\n{% and\n is_state('binary_sensor.early_night_mode','off')\n%}\n 4000\n{%
else %}\n 2000\n{% endif %}\n" else %}\n 2000\n{% endif %}\n"
- if: - alias: Reset or apply proper settings
if:
- condition: template - condition: template
value_template: '{{ brightness == ''reset'' }}' value_template: '{{ brightness == ''reset'' }}'
alias: If this is a reset
then: then:
- service: light.turn_on - service: light.turn_on
target: target:
@ -898,6 +900,7 @@ stairwell_led_strip:
}}\n{% elif is_state('binary_sensor.early_night_mode','on') %}\n {{ brt3 }}\n{% elif is_state('binary_sensor.early_night_mode','on') %}\n {{ brt3
}}\n{% else %}\n {{ brtmax }}\n{% endif %}\n" }}\n{% else %}\n {{ brtmax }}\n{% endif %}\n"
color_temp_kelvin: '{{ colortemp }}' color_temp_kelvin: '{{ colortemp }}'
alias: Set brightness and colortemp
else: else:
- service: light.turn_on - service: light.turn_on
target: target: