Refactor chore tracker configuration and update chore counts
- Updated chore counts for Jordyn, Declan, and Chloe in the dashboard and configuration files. - Modified chore names and icons for Jordyn, Declan, and Chloe to reflect new tasks. - Adjusted automation scripts to align with the updated chore structure and counts. - Ensured notifications reflect the correct number of completed chores for each child.
This commit is contained in:
@@ -44,45 +44,33 @@ kids:
|
||||
color: "4D96FF"
|
||||
color_dark: "2A6FCC"
|
||||
chores:
|
||||
- name: Make Bed
|
||||
- name: Put on underwear
|
||||
icon: "\U000F02E3" # mdi:bed
|
||||
- name: Brush Teeth
|
||||
icon: "\U000F09A9" # mdi:toothbrush
|
||||
- name: Tidy Room
|
||||
icon: "\U000F00A8" # mdi:broom
|
||||
- name: Homework
|
||||
icon: "\U000F0219" # mdi:book-open-variant
|
||||
- name: Feed Dog
|
||||
icon: "\U000F0265" # mdi:paw
|
||||
- name: Check & fill water bowls
|
||||
icon: "\U000F01AB" # mdi:cup-water
|
||||
- name: Restock Cat Food Cans
|
||||
icon: "\U000F171C" # mdi:food-turkey
|
||||
|
||||
- name: Declan
|
||||
avatar: "\U000F1477" # mdi:wizard-hat
|
||||
color: "C77DFF"
|
||||
color_dark: "8B42CC"
|
||||
chores:
|
||||
- name: Make Bed
|
||||
icon: "\U000F02E3" # mdi:bed
|
||||
- name: Brush Teeth
|
||||
icon: "\U000F09A9" # mdi:toothbrush
|
||||
- name: Set Table
|
||||
icon: "\U000F03E7" # mdi:silverware-fork-knife
|
||||
- name: Take Out Trash
|
||||
icon: "\U000F05B8" # mdi:trash-can
|
||||
- name: Take morning pill
|
||||
icon: "\U000F0402" # mdi:pill
|
||||
- name: Scoop Dog Poop
|
||||
icon: "\U000F01F7" # mdi:emoticon-poop
|
||||
|
||||
- name: Chloe
|
||||
avatar: "\U000F16A0" # mdi:robot-confused-outline
|
||||
avatar: "\U000F16A3" # mdi:robot-excited
|
||||
color: "FF6B9D"
|
||||
color_dark: "CC3A6F"
|
||||
chores:
|
||||
- name: Make Bed
|
||||
icon: "\U000F02E3" # mdi:bed
|
||||
- name: Brush Teeth
|
||||
icon: "\U000F09A9" # mdi:toothbrush
|
||||
- name: Water Plants
|
||||
icon: "\U000F1B25" # mdi:watering-can
|
||||
- name: Homework
|
||||
icon: "\U000F0219" # mdi:book-open-variant
|
||||
- name: Tidy Room
|
||||
icon: "\U000F00A8" # mdi:broom
|
||||
- name: Practice Piano
|
||||
icon: "\U000F0F9E" # mdi:piano
|
||||
- name: Check & fill kitty feeders
|
||||
icon: "\U000F02A9" # mdi:bowl-outline
|
||||
- name: Scoop Kitty Litter
|
||||
icon: "\U000F01F7" # mdi:emoticon-poop
|
||||
- name: Replace Kitty Litter Bags
|
||||
icon: "\U000F01F7" # mdi:emoticon-poop
|
||||
Reference in New Issue
Block a user