Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: "Notifikation: Idrætsdag"
- description: ""
- trigger:
- - platform: time
- at: "07:20:00"
- condition:
- - condition: template
- value_template: |
- {% set plan = state_attr("sensor.skole_navn", "ugeplan") %}
- {% set ugedag = as_timestamp(now()) | timestamp_custom('%w')|int %}
- {% set list = plan.split('<h3>') %}
- {{ 'Idræt' in list[ugedag] }}
- action:
- - service: notify.notify
- data:
- title: Husk idrætstøj
- message: [Navn] skal til idræt i dag…
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement