Hello, I have a question about the Afvalbeheer (Waste collection).
I have installed the integration, and it seems to work fine. I see the dates then waste is being collected.
In the printscreen It shows 6 days, untill the paper waste is being collected.
So I use this in the automation:
But when I test it, it says that the test did not pass:
This is the yaml of this part of the automation:
condition: state
entity_id: sensor.purmerend_papier
attribute: Days_until
state: “6”
I have tried state: "6"
and state: 6
but I always get “Did not pass”
Do you know what I am doing wrong?