Dann würde ich es in einer Automatisierung in den Aktionen über wenn-dann machen indem man now().month in abfragt
actions:
- if:
- condition: template
value_template: "{{ now().month in [1,2] }}"
then: []
.....
Dann würde ich es in einer Automatisierung in den Aktionen über wenn-dann machen indem man now().month in abfragt
actions:
- if:
- condition: template
value_template: "{{ now().month in [1,2] }}"
then: []
.....