Cleaned up a LOT of templates
This commit is contained in:
@ -33,8 +33,8 @@ give_me_darkness:
|
||||
then:
|
||||
- if:
|
||||
- condition: template
|
||||
value_template: "{% if is_state('person.tony_stork','home') and is_state('person.christina_stork','home')
|
||||
%}\n true\n{% else %}\n false\n{% endif %}"
|
||||
value_template: '{{ is_state(''person.tony_stork'',''home'') and is_state(''person.christina_stork'',''home'')
|
||||
}}'
|
||||
alias: Both adults are home
|
||||
then:
|
||||
- service: script.activate_alexa_actionable_notification
|
||||
|
Reference in New Issue
Block a user