ljmerza / our-groceries-card

our groceries lovelace card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Our Groceries Card

License support

Manage your Our Groceries lists in your Home Assistant lovelace UI.

Features

  • show your shopping lists
  • toggle crossed off items in a list
  • add items to a list

Installation through HACS

Use HACS to install the Our Groceries Card plugin.

The Our Groceries integration is required for this card to work which is also available via HACS

Configuration

type: 'custom:our-groceries-card'

Example:

type: 'custom:our-groceries-card'
title: Our Shopping
show_header: true
entity: sensor.our_groceries
show_crossed_off: true
sort_by_name: true
hide_empty_lists: false
show_lists:
  - testlistx-ID

Options

Name Type Requirement Default Description
type string Required custom:our-groceries-card
title string Optional <Sensor Name> Change card title
show_header boolean Optional true Show or hide header
entity string Optional sensor.our_groceries the our groceries sensor
show_crossed_off boolean Optional true show crossed of list items
sort_by_name boolean Optional false sort all items by name
hide_empty_lists boolean Optional false hide lists with no active items
show_lists list Optional false list of list ids to only show on card

---

Enjoy my card? Help me out for a couple of 🍻 or a ☕!

coffee

About

our groceries lovelace card

License:MIT License


Languages

Language:JavaScript 100.0%