Last active
January 13, 2025 19:48
-
-
Save remcomokveld/6289e7663eb5815461644f0dac28aff2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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