fixed indent
This commit is contained in:
@@ -20,18 +20,21 @@ blueprint:
|
||||
default: []
|
||||
selector:
|
||||
action:
|
||||
|
||||
mode: restart
|
||||
max_exceeded: silent
|
||||
# Automation schema
|
||||
|
||||
variables:
|
||||
# convert input tags to variables, to be used in templates
|
||||
remote: !input "remote"
|
||||
action_cmd_on: !input "action_cmd_on"
|
||||
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: zha_event
|
||||
event_data:
|
||||
device_id: !input "remote"
|
||||
|
||||
action:
|
||||
- variables:
|
||||
command: '{{ trigger.event.data.command }}'
|
||||
|
||||
Reference in New Issue
Block a user