Update Shelly_rgbw_brightness.yaml
This commit is contained in:
@@ -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)}}
|
||||||
|
|||||||
Reference in New Issue
Block a user