A custom card for Home Assistant that displays chores managed by the Chore Helper integration.
This card allows users to see their chores, mark them as complete, and configure the display to suit their needs.
The card is mainly made for personal use, however you are most welcome to use it in your Home Assistant instance. Do not expect me to honor any feature requests or promptly solve bugs.
Displays overdue chores at the top.
Shows chores for today and configurable future dates.
Allows users to mark chores as complete directly from the card.
- Download chore-helper-card.js
- Copy that up to your Home Assistant www directory.
- Add the following to your Home Assistant configuration.yaml or via the UI:
resources:
- url: /local/chore-helper-card.js
type: module
In your dashboard, add a new manual card with the following configuration.
type: custom:chore-helper-card
Option | Type | Default | Description |
---|---|---|---|
title | string | Chores | Add a custom title for your card |
show_overdue | boolean | true | Show overdue chores at the top of the list. |
show_today | boolean | true | Show chores that are due today. |
show_future | integer | 7 | Number of days into the future to display chores. Set to 0 to hide future chores. |
Here’s an example configuration:
type: custom:chore-helper-card
show_overdue: true
show_future: 3