Untitled
unknown
yaml
3 years ago
310 B
28
Indexable
trigger:
- platform: time
at: "06:30:00"
variables:
weekday: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday']
- platform: time
at: "07:00:00"
variables:
weekday: ['Saturday', 'Sunday']
condition: "{{ now().strftime('%A') in weekday }}"
action: Otwórz rolety
Editor is loading...