SOLVED! Question about Afvalbeheer (waste collector)

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?

Well, I don’t know what happend, but now it is working:

With this YAML:

condition: state
entity_id: sensor.purmerend_papier
attribute: Days_until
state: 6