ljmerza / our-groceries-card

our groceries lovelace card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card does not display the shopping list items

gekoul opened this issue · comments

Steps to replicate:

  1. Created account on ourgroceries.com
  2. Installed ourgroceries integration
  3. Istalled ourgroceries lovelace card
  4. Added some items on the list through HA, and through OurGroceries web interface.

The number of items on the list is automatically updated on the HA card, nevertheless i see no list (only the number of items).

image

Any ideas are welcome: The card config follows:

type: 'custom:our-groceries-card'
show_header: true
entity: sensor.our_groceries
show_crossed_off: true
sort_by_name: true
hide_empty_lists: 'false,'
show_lists:

  • v2P9PozHrTYKHA7wgyG6DV
    icon: 'mdi:format-list-bulleted'

Same issues here, different setup config.

image

type: 'custom:our-groceries-card'
title: OurGroceries
show_header: true
entity: sensor.our_groceries
show_crossed_off: false
sort_by_name: true
hide_empty_lists: true

Resolved here with the update to 1.6.1, thanks!