Pulsante e MQTT trigger - test motion light new
This commit is contained in:
@@ -111,8 +111,7 @@ actions:
|
||||
then:
|
||||
- if:
|
||||
- condition: template
|
||||
# value_template: "{{ use_dont_disturb }}"
|
||||
value_template: "{{ dont_disturb_nighttime }}"
|
||||
value_template: "{{ dont_disturb_condition }}"
|
||||
then:
|
||||
- action: light.turn_on
|
||||
target: !input light_target
|
||||
@@ -142,7 +141,7 @@ actions:
|
||||
then:
|
||||
- if:
|
||||
- condition: template
|
||||
value_template: "{{ use_dont_disturb }}"
|
||||
value_template: "{{ dont_disturb_condition }}"
|
||||
then:
|
||||
- action: light.turn_on
|
||||
target: !input light_target
|
||||
|
||||
Reference in New Issue
Block a user