Skip to content

Instantly share code, notes, and snippets.

@bendauphinee
Last active June 30, 2021 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bendauphinee/3ff3c350d0e9ef3b0dc077bcb69ecd66 to your computer and use it in GitHub Desktop.
Save bendauphinee/3ff3c350d0e9ef3b0dc077bcb69ecd66 to your computer and use it in GitHub Desktop.
Home Assistant: Repeating Chores List
; Lovelace Card
type: vertical-stack
title: Chores
cards:
- type: custom:check-button-card
title: Litter Box
entity: sensor.chore_litter_box
color: Green
severity:
- value: 3 days
color: Red
- value: 2 days
color: Yellow
- value: 1 day
color: Blue
- type: custom:check-button-card
title: Clean Fridge
entity: sensor.chore_clean_fridge
color: Green
severity:
- value: 14 days
color: Red
- value: 7 days
color: Yellow
- value: 3 day
color: Blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment