mirror of
https://github.com/nikdoof/homeassistant-blueprints.git
synced 2025-12-22 22:10:37 +00:00
Fix Hue switch buttons
This commit is contained in:
@@ -94,5 +94,5 @@ action:
|
||||
- "{{ command == 'down-press' }}"
|
||||
sequence: !input "down-press"
|
||||
- conditions:
|
||||
- "{{ command == 'on-hold' }}"
|
||||
- "{{ command == 'down-hold' }}"
|
||||
sequence: !input "down-hold"
|
||||
|
||||
@@ -57,7 +57,7 @@ action:
|
||||
- choose:
|
||||
- conditions: "{{ force_brightness }}"
|
||||
sequence:
|
||||
- service: light.toggle
|
||||
- service: light.turn_on
|
||||
target: !input light
|
||||
data:
|
||||
transition: 1
|
||||
@@ -107,7 +107,7 @@ action:
|
||||
brightness_step_pct: -10
|
||||
transition: 1
|
||||
- conditions:
|
||||
- "{{ command == 'on-hold' }}"
|
||||
- "{{ command == 'down-hold' }}"
|
||||
sequence:
|
||||
- repeat:
|
||||
until:
|
||||
|
||||
Reference in New Issue
Block a user