Update Shelly_rgbw_brightness.yaml

This commit is contained in:
2025-02-12 14:34:01 +01:00
parent 72395e11c5
commit 488ffdf2a6

View File

@@ -32,7 +32,7 @@ blueprint:
sequence: sequence:
- if: - if:
- condition: template - condition: template
value_template: >- value_template: >-
{{mode == 'always' or (mode == 'if_lower' and current_brighness < {{mode == 'always' or (mode == 'if_lower' and current_brighness <
brightness) or (mode == 'if_higher' and current_brighness > brightness) or (mode == 'if_higher' and current_brighness >
brightness)}} brightness)}}