How to get a list of the upcoming dates? #2109
Unanswered
superpower10
asked this question in
Q&A
Replies: 2 comments
-
You can just create a sensro like this: sensor:
- platform: waste_collection_schedule
name: NAME
details_format: upcoming #optional (alternatives: 'appointment_types', 'generic', 'hidden')
#types: # optional
# - Waste Type 1
# - Waste Type 2
# ..... You should then see the list in the attributes section of the sensor like shown in the images in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Only works if I add:
Otherwise the Date is not formatted correctly. ;-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to to tap/click on the entity and get a formatted list of dates of the upcoming dates of the that garbage type. Something like this:
Can anybody know how to do this?
Beta Was this translation helpful? Give feedback.
All reactions