2026-02-27 21:53:45 -05:00
|
|
|
################################################################################
|
|
|
|
|
# chores_config.yaml — YOUR SINGLE SOURCE OF TRUTH
|
|
|
|
|
#
|
|
|
|
|
# Edit this file to change kids, chores, and settings.
|
|
|
|
|
# Then run: python3 generate.py
|
2026-02-28 09:41:42 -05:00
|
|
|
#
|
|
|
|
|
# ICONS: Use MDI codepoints from https://pictogrammers.com/library/mdi/
|
|
|
|
|
# Format: "\U000FXXXX" e.g. mdi:bed = "\U000F02E3"
|
|
|
|
|
# The kid avatar field also uses MDI codepoints.
|
|
|
|
|
#
|
|
|
|
|
# Common chore icons:
|
|
|
|
|
# Bed: "\U000F02E3" mdi:bed
|
|
|
|
|
# Brush teeth: "\U000F09A9" mdi:toothbrush
|
|
|
|
|
# Broom: "\U000F00A8" mdi:broom
|
|
|
|
|
# Book: "\U000F0219" mdi:book-open-variant
|
|
|
|
|
# Dog: "\U000F01F9" mdi:dog
|
|
|
|
|
# Paw: "\U000F0265" mdi:paw
|
|
|
|
|
# Silverware: "\U000F03E7" mdi:silverware-fork-knife
|
|
|
|
|
# Trash: "\U000F05B8" mdi:trash-can
|
|
|
|
|
# Watering can: "\U000F1B25" mdi:watering-can
|
|
|
|
|
# Piano: "\U000F0F9E" mdi:piano
|
|
|
|
|
# Dumbbell: "\U000F0F1E" mdi:dumbbell
|
|
|
|
|
# Shower: "\U000F0467" mdi:shower
|
2026-02-27 21:53:45 -05:00
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
settings:
|
|
|
|
|
device_name: chore-tracker
|
|
|
|
|
friendly_name: "Chore Tracker"
|
2026-02-28 09:41:42 -05:00
|
|
|
wifi_ssid: !secret wifi_ssid
|
2026-02-27 21:53:45 -05:00
|
|
|
wifi_password: !secret wifi_password
|
|
|
|
|
api_key: !secret api_encryption_key
|
|
|
|
|
ota_password: !secret ota_password
|
|
|
|
|
reset_time: "00:00:00"
|
|
|
|
|
reminder_time: "18:00"
|
|
|
|
|
notify_service: notify.notify
|
|
|
|
|
|
|
|
|
|
# ── KIDS ──────────────────────────────────────────────────────────────────────
|
2026-02-28 09:41:42 -05:00
|
|
|
# avatar: MDI codepoint shown in the sidebar on the kid's chore page
|
|
|
|
|
# color / color_dark: hex colours for that kid's sidebar
|
2026-02-27 21:53:45 -05:00
|
|
|
#
|
|
|
|
|
kids:
|
2026-02-28 09:44:33 -05:00
|
|
|
- name: Jordyn
|
2026-02-28 09:57:19 -05:00
|
|
|
avatar: "\U000F011B" # mdi:cat
|
2026-02-27 21:53:45 -05:00
|
|
|
color: "4D96FF"
|
|
|
|
|
color_dark: "2A6FCC"
|
|
|
|
|
chores:
|
2026-02-28 11:52:51 -05:00
|
|
|
- name: Put on underwear
|
2026-02-28 09:41:42 -05:00
|
|
|
icon: "\U000F02E3" # mdi:bed
|
2026-02-27 21:53:45 -05:00
|
|
|
- name: Brush Teeth
|
2026-02-28 09:41:42 -05:00
|
|
|
icon: "\U000F09A9" # mdi:toothbrush
|
2026-02-28 11:59:20 -05:00
|
|
|
- name: Fill water bowls
|
2026-02-28 11:52:51 -05:00
|
|
|
icon: "\U000F01AB" # mdi:cup-water
|
|
|
|
|
- name: Restock Cat Food Cans
|
|
|
|
|
icon: "\U000F171C" # mdi:food-turkey
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- name: Declan
|
2026-02-28 09:57:19 -05:00
|
|
|
avatar: "\U000F1477" # mdi:wizard-hat
|
2026-02-27 21:53:45 -05:00
|
|
|
color: "C77DFF"
|
|
|
|
|
color_dark: "8B42CC"
|
|
|
|
|
chores:
|
2026-02-28 11:52:51 -05:00
|
|
|
- name: Take morning pill
|
|
|
|
|
icon: "\U000F0402" # mdi:pill
|
|
|
|
|
- name: Scoop Dog Poop
|
|
|
|
|
icon: "\U000F01F7" # mdi:emoticon-poop
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- name: Chloe
|
2026-02-28 11:52:51 -05:00
|
|
|
avatar: "\U000F16A3" # mdi:robot-excited
|
2026-02-27 21:53:45 -05:00
|
|
|
color: "FF6B9D"
|
|
|
|
|
color_dark: "CC3A6F"
|
|
|
|
|
chores:
|
2026-02-28 11:59:20 -05:00
|
|
|
- name: Fill kitty feeders
|
2026-02-28 11:52:51 -05:00
|
|
|
icon: "\U000F02A9" # mdi:bowl-outline
|
|
|
|
|
- name: Scoop Kitty Litter
|
|
|
|
|
icon: "\U000F01F7" # mdi:emoticon-poop
|
|
|
|
|
- name: Replace Kitty Litter Bags
|
|
|
|
|
icon: "\U000F01F7" # mdi:emoticon-poop
|