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:
@@ -16,7 +16,7 @@ views:
|
||||
### Jordyn
|
||||
{{
|
||||
'All done!' if states('sensor.jordyn_all_chores_done') == 'True'
|
||||
else states('sensor.jordyn_chores_done_today') ~ '/5 chores done'
|
||||
else states('sensor.jordyn_chores_done_today') ~ '/4 chores done'
|
||||
}}
|
||||
|
||||
- type: markdown
|
||||
@@ -24,15 +24,15 @@ views:
|
||||
### Declan
|
||||
{{
|
||||
'All done!' if states('sensor.declan_all_chores_done') == 'True'
|
||||
else states('sensor.declan_chores_done_today') ~ '/4 chores done'
|
||||
else states('sensor.declan_chores_done_today') ~ '/2 chores done'
|
||||
}}
|
||||
|
||||
- type: markdown
|
||||
content: >
|
||||
### Chloe
|
||||
### Chloe
|
||||
{{
|
||||
'All done!' if states('sensor.chloe_all_chores_done') == 'True'
|
||||
else states('sensor.chloe_chores_done_today') ~ '/6 chores done'
|
||||
else states('sensor.chloe_chores_done_today') ~ '/3 chores done'
|
||||
}}
|
||||
|
||||
- type: button
|
||||
@@ -46,20 +46,17 @@ views:
|
||||
- type: entities
|
||||
title: " Jordyn's Chores"
|
||||
entities:
|
||||
- entity: switch.chore_tracker_jordyn_make_bed
|
||||
name: " Make Bed"
|
||||
- entity: switch.chore_tracker_jordyn_put_on_underwear
|
||||
name: " Put on underwear"
|
||||
|
||||
- entity: switch.chore_tracker_jordyn_brush_teeth
|
||||
name: " Brush Teeth"
|
||||
|
||||
- entity: switch.chore_tracker_jordyn_tidy_room
|
||||
name: " Tidy Room"
|
||||
- entity: switch.chore_tracker_jordyn_check_&_fill_water_bowls
|
||||
name: " Check & fill water bowls"
|
||||
|
||||
- entity: switch.chore_tracker_jordyn_homework
|
||||
name: " Homework"
|
||||
|
||||
- entity: switch.chore_tracker_jordyn_feed_dog
|
||||
name: " Feed Dog"
|
||||
- entity: switch.chore_tracker_jordyn_restock_cat_food_cans
|
||||
name: " Restock Cat Food Cans"
|
||||
- type: divider
|
||||
- entity: sensor.jordyn_chores_done_today
|
||||
name: "Chores done today"
|
||||
@@ -75,17 +72,11 @@ views:
|
||||
- type: entities
|
||||
title: " Declan's Chores"
|
||||
entities:
|
||||
- entity: switch.chore_tracker_declan_make_bed
|
||||
name: " Make Bed"
|
||||
- entity: switch.chore_tracker_declan_take_morning_pill
|
||||
name: " Take morning pill"
|
||||
|
||||
- entity: switch.chore_tracker_declan_brush_teeth
|
||||
name: " Brush Teeth"
|
||||
|
||||
- entity: switch.chore_tracker_declan_set_table
|
||||
name: " Set Table"
|
||||
|
||||
- entity: switch.chore_tracker_declan_take_out_trash
|
||||
name: " Take Out Trash"
|
||||
- entity: switch.chore_tracker_declan_scoop_dog_poop
|
||||
name: " Scoop Dog Poop"
|
||||
- type: divider
|
||||
- entity: sensor.declan_chores_done_today
|
||||
name: "Chores done today"
|
||||
@@ -99,25 +90,16 @@ views:
|
||||
target:
|
||||
entity_id: input_button.declan_reset_chores
|
||||
- type: entities
|
||||
title: " Chloe's Chores"
|
||||
title: " Chloe's Chores"
|
||||
entities:
|
||||
- entity: switch.chore_tracker_chloe_make_bed
|
||||
name: " Make Bed"
|
||||
- entity: switch.chore_tracker_chloe_check_&_fill_kitty_feeders
|
||||
name: " Check & fill kitty feeders"
|
||||
|
||||
- entity: switch.chore_tracker_chloe_brush_teeth
|
||||
name: " Brush Teeth"
|
||||
- entity: switch.chore_tracker_chloe_scoop_kitty_litter
|
||||
name: " Scoop Kitty Litter"
|
||||
|
||||
- entity: switch.chore_tracker_chloe_water_plants
|
||||
name: " Water Plants"
|
||||
|
||||
- entity: switch.chore_tracker_chloe_homework
|
||||
name: " Homework"
|
||||
|
||||
- entity: switch.chore_tracker_chloe_tidy_room
|
||||
name: " Tidy Room"
|
||||
|
||||
- entity: switch.chore_tracker_chloe_practice_piano
|
||||
name: " Practice Piano"
|
||||
- entity: switch.chore_tracker_chloe_replace_kitty_litter_bags
|
||||
name: " Replace Kitty Litter Bags"
|
||||
- type: divider
|
||||
- entity: sensor.chloe_chores_done_today
|
||||
name: "Chores done today"
|
||||
|
||||
@@ -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