Advertisement
bafplus2

afval notificatie

Dec 19th, 2021
1,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.41 KB | None | 0 0
  1. alias: Afvalmelding
  2. description: Melding dag voor afval
  3. trigger:
  4.   - platform: time
  5.     at: '18:00'
  6. condition:
  7.   - condition: not
  8.     conditions:
  9.       - condition: state
  10.         entity_id: sensor.afvalinfo_thuis_tomorrow
  11.         state: none
  12. action:
  13.   - service: notify.notify
  14.     data:
  15.       message: Afval morgen {{states.sensor.afvalinfo_thuis_tomorrow.state}}
  16.       title: Afval morgen
  17. mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement