Skip to content

bessarabov/lovelace-gtasks-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

hacs_badge

gtasks-card

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 !

Example configuration

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

Options

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.

Advanced options

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"

About

A Lovelace card for Gtasks custom component

Resources

Stars

Watchers

Forks

Packages

No packages published