Quarantine modifications to School months.

This commit is contained in:
ccostan
2020-08-04 13:29:25 -04:00
parent ad2e627e98
commit f0f7d08092
6 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
- condition: template
value_template: >
{% set month=states("sensor.date").split('-')[1] | int %}
{%- if month == 4 or month == 5 or month == 6 or month == 7 -%}
{%- if month == 4 or month == 5 or month == 6 or month == 7 or month == 8 -%}
true
{%- endif -%}