Skip to content

Instantly share code, notes, and snippets.

@remcomokveld
Last active January 13, 2025 19:48
Show Gist options
  • Save remcomokveld/6289e7663eb5815461644f0dac28aff2 to your computer and use it in GitHub Desktop.
Save remcomokveld/6289e7663eb5815461644f0dac28aff2 to your computer and use it in GitHub Desktop.
alias: Afvalinzameling
description: ""
triggers:
- trigger: time
at: "20:00:00"
conditions: []
actions:
- choose:
- conditions:
- condition: state
entity_id: sensor.afvalinfo_home_restafval
attribute: days_until_collection_date
state: 1
sequence:
- action: notify.mobile_app_pixel_8
metadata: {}
data:
message: Morgen Restafval
- conditions:
- condition: state
entity_id: sensor.afvalinfo_home_gft
attribute: days_until_collection_date
state: 1
sequence:
- action: notify.mobile_app_pixel_8
metadata: {}
data:
message: Morgen GFT
- conditions:
- condition: state
entity_id: sensor.afvalinfo_home_papier
attribute: days_until_collection_date
state: 1
sequence:
- action: notify.mobile_app_pixel_8
metadata: {}
data:
message: Morgen Papier
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment