Closed rachaelbond closed 1 year ago
Hey @rachaelbond , thanks for raising that issue, I'll take a look asap
Just to be clear, you're talking about the card example I provided? Because I tested, and if I replace
filter:
include:
- entity_id: sensor.shopping_list_with_grocy_.*
attributes:
qty_in_shopping_list: '>=1'
not:
attributes:
note: out_of_stock
by
filter:
include:
- entity_id: sensor.shopping_list_with_grocy_.*
attributes:
qty_in_shopping_list: '>0'
not:
attributes:
note: out_of_stock
it works
Doh!! My bad :( It never occurred to me to check the filter condition. So sorry!
It's fine ^^ I'll modify the readme later today to fix that. Have a great day
Documentation has been updated! I'll close that ticket. Have a great one!
If a shopping list item has a quantity value < 1 (e.g. 0.5kg flour) than it isn't shown in the list