Skip to content

zigurana/lovelace-grocy-chores-card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grocy-chores-card

A Lovelace custom card for custom component Grocy in Home Assistant.

Grocy Chores Card

Easiest installation via HACS.

For manual installation see this guide.

This card reqires card tools.

Example configuration

title: My awesome Lovelace config
resources:
  - url: /local/grocy-chores-card.js
    type: js
views:
  title: My view
  cards:
    - type: custom:grocy-chores-card
      entity: sensor.grocy_chores

Options

Name Type Default Description
type string Required custom:grocy-chores-card
entity string Required The entity id of your Grocy chores sensor.
title string "Chores" The title of the card.
show_quantity number Optional The number of chores you want to show in the card.
show_days number Optional 7 to only show chores that's due within 7 days.
user_id number Optional Id of the Grocy user performing the tasks. Default if not specified is 1, which should be the admin user in Grocy.

Advanced options

I have added the possibility to translate the english in the card to whatever you like.

custom_translation:
  overdue: "Försenad"
  today: "Idag"
  due: "Dags"
  last_tracked: "Senast"
  track: "Gör nu"
  empty: "Tom"
  more: "Det finns {number} fler göromål i Grocy"

Like my work and want to say thanks? Do it here:

Buy Me A Coffee

About

A card to track chores in Grocy. This card requires card tools: https://github.com/thomasloven/lovelace-card-tools.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%