School cancel and delay entities back to generalized form
No need for them to be individualized since all schools in the same district follow the same calls...
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
'You did not achieve eighth position this morning, did you? ',
|
||||
] | random }}
|
||||
{% endif %}
|
||||
{% elif is_state('input_boolean.kallen_school_cancelled','on') and is_state('person.kallen_stork','home') %}
|
||||
{% elif is_state('input_boolean.school_cancelled','on') and is_state('person.kallen_stork','home') %}
|
||||
"I hope you are enjoying your free day off from school, Collin. "
|
||||
{% endif %}
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user