[BUG] how does due_txt work now?
Closed this issue · 2 comments
Pimentoso commented
Describe the bug
I cannot get the due_txt
to show with the latest version. This config showed "tomorrow" correctly the day before collection
type: custom:garbage-collection-card
entity: sensor.compostable
icon_size: 35px
icon_color: '#7c3a0d'
hide_on_click: false
hide_before: 1
hide_on_today: true
But now this config shows "02/22/2023 in 1 days" instead of "tomorrow"
I tried adding hide_days
and/or hide_date
and explicitly adding due_txt
but it does not show.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- Garbage Collection Card version: 1.22.4
- Browser: chrome
- Browser language: english
amaximus commented
Did you try due_txt: true
?
Please make sure the sensor doesn't use verbose_state: true.