A Lovelace custom card for GTasks custom component for HA in Home Assistant.
Easiest installation via HACS.
For manual installation see this guide.
This card reqires card tools.
it's a fork from lovelace-grocy-chores-card thx !
title: My awesome Lovelace config
resources:
- url: /local/gtasks-card.js
type: js
views:
title: My view
cards:
- type: custom:gtasks-card
entity: sensor.gtasks_chores
Name | Type | Default | Description |
---|---|---|---|
type | string | Required | custom:grocy-chores-card |
entity | string | Required | The entity id of your Grocy chores sensor. |
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. |
You can translate the english in the card to whatever you like.
custom_translation:
overdue: "Dépassée"
today: "Aujourd'hui"
due: "Date"
track: Terminé"
empty: "Vide"