2026-02-27 21:53:45 -05:00
|
|
|
################################################################################
|
|
|
|
|
# chore-tracker-dashboard.yaml (AUTO-GENERATED — edit chores_config.yaml)
|
2026-02-28 09:44:33 -05:00
|
|
|
# Kids: Jordyn, Declan, Chloe
|
2026-02-27 21:53:45 -05:00
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
title: "Chore Tracker"
|
|
|
|
|
views:
|
|
|
|
|
- title: Today
|
|
|
|
|
icon: mdi:checkbox-marked-circle
|
|
|
|
|
path: chores
|
|
|
|
|
cards:
|
|
|
|
|
- type: horizontal-stack
|
|
|
|
|
cards:
|
|
|
|
|
- type: markdown
|
|
|
|
|
content: >
|
2026-02-28 09:57:19 -05:00
|
|
|
### Jordyn
|
2026-02-27 21:53:45 -05:00
|
|
|
{{
|
2026-02-28 09:44:33 -05:00
|
|
|
'All done!' if states('sensor.jordyn_all_chores_done') == 'True'
|
|
|
|
|
else states('sensor.jordyn_chores_done_today') ~ '/5 chores done'
|
2026-02-27 21:53:45 -05:00
|
|
|
}}
|
|
|
|
|
|
|
|
|
|
- type: markdown
|
|
|
|
|
content: >
|
2026-02-28 09:57:19 -05:00
|
|
|
### Declan
|
2026-02-27 21:53:45 -05:00
|
|
|
{{
|
2026-02-28 09:44:33 -05:00
|
|
|
'All done!' if states('sensor.declan_all_chores_done') == 'True'
|
|
|
|
|
else states('sensor.declan_chores_done_today') ~ '/4 chores done'
|
2026-02-27 21:53:45 -05:00
|
|
|
}}
|
|
|
|
|
|
|
|
|
|
- type: markdown
|
|
|
|
|
content: >
|
2026-02-28 09:57:19 -05:00
|
|
|
### Chloe
|
2026-02-27 21:53:45 -05:00
|
|
|
{{
|
2026-02-28 09:44:33 -05:00
|
|
|
'All done!' if states('sensor.chloe_all_chores_done') == 'True'
|
|
|
|
|
else states('sensor.chloe_chores_done_today') ~ '/6 chores done'
|
2026-02-27 21:53:45 -05:00
|
|
|
}}
|
|
|
|
|
|
|
|
|
|
- type: button
|
2026-02-28 08:49:25 -05:00
|
|
|
name: "Reset ALL Chores"
|
2026-02-27 21:53:45 -05:00
|
|
|
icon: mdi:restart-alert
|
|
|
|
|
tap_action:
|
|
|
|
|
action: call-service
|
|
|
|
|
service: input_button.press
|
|
|
|
|
target:
|
|
|
|
|
entity_id: input_button.reset_all_chores
|
|
|
|
|
- type: entities
|
2026-02-28 09:57:19 -05:00
|
|
|
title: " Jordyn's Chores"
|
2026-02-27 21:53:45 -05:00
|
|
|
entities:
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_jordyn_make_bed
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Make Bed"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_jordyn_brush_teeth
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Brush Teeth"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_jordyn_tidy_room
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Tidy Room"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_jordyn_homework
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Homework"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_jordyn_feed_dog
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Feed Dog"
|
2026-02-27 21:53:45 -05:00
|
|
|
- type: divider
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: sensor.jordyn_chores_done_today
|
2026-02-27 21:53:45 -05:00
|
|
|
name: "Chores done today"
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: sensor.jordyn_all_chores_done
|
2026-02-28 08:49:25 -05:00
|
|
|
name: "All Done?"
|
2026-02-27 21:53:45 -05:00
|
|
|
- type: button
|
2026-02-28 09:44:33 -05:00
|
|
|
name: "Reset Jordyn's Chores"
|
2026-02-27 21:53:45 -05:00
|
|
|
tap_action:
|
|
|
|
|
action: call-service
|
|
|
|
|
service: input_button.press
|
|
|
|
|
target:
|
2026-02-28 09:44:33 -05:00
|
|
|
entity_id: input_button.jordyn_reset_chores
|
2026-02-27 21:53:45 -05:00
|
|
|
- type: entities
|
2026-02-28 09:57:19 -05:00
|
|
|
title: " Declan's Chores"
|
2026-02-27 21:53:45 -05:00
|
|
|
entities:
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_declan_make_bed
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Make Bed"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_declan_brush_teeth
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Brush Teeth"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_declan_set_table
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Set Table"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_declan_take_out_trash
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Take Out Trash"
|
2026-02-27 21:53:45 -05:00
|
|
|
- type: divider
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: sensor.declan_chores_done_today
|
2026-02-27 21:53:45 -05:00
|
|
|
name: "Chores done today"
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: sensor.declan_all_chores_done
|
2026-02-28 08:49:25 -05:00
|
|
|
name: "All Done?"
|
2026-02-27 21:53:45 -05:00
|
|
|
- type: button
|
2026-02-28 09:44:33 -05:00
|
|
|
name: "Reset Declan's Chores"
|
2026-02-27 21:53:45 -05:00
|
|
|
tap_action:
|
|
|
|
|
action: call-service
|
|
|
|
|
service: input_button.press
|
|
|
|
|
target:
|
2026-02-28 09:44:33 -05:00
|
|
|
entity_id: input_button.declan_reset_chores
|
2026-02-27 21:53:45 -05:00
|
|
|
- type: entities
|
2026-02-28 09:57:19 -05:00
|
|
|
title: " Chloe's Chores"
|
2026-02-27 21:53:45 -05:00
|
|
|
entities:
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_chloe_make_bed
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Make Bed"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_chloe_brush_teeth
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Brush Teeth"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_chloe_water_plants
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Water Plants"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_chloe_homework
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Homework"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_chloe_tidy_room
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Tidy Room"
|
2026-02-27 21:53:45 -05:00
|
|
|
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: switch.chore_tracker_chloe_practice_piano
|
2026-02-28 09:41:42 -05:00
|
|
|
name: " Practice Piano"
|
2026-02-27 21:53:45 -05:00
|
|
|
- type: divider
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: sensor.chloe_chores_done_today
|
2026-02-27 21:53:45 -05:00
|
|
|
name: "Chores done today"
|
2026-02-28 09:44:33 -05:00
|
|
|
- entity: sensor.chloe_all_chores_done
|
2026-02-28 08:49:25 -05:00
|
|
|
name: "All Done?"
|
2026-02-27 21:53:45 -05:00
|
|
|
- type: button
|
2026-02-28 09:44:33 -05:00
|
|
|
name: "Reset Chloe's Chores"
|
2026-02-27 21:53:45 -05:00
|
|
|
tap_action:
|
|
|
|
|
action: call-service
|
|
|
|
|
service: input_button.press
|
|
|
|
|
target:
|
2026-02-28 09:44:33 -05:00
|
|
|
entity_id: input_button.chloe_reset_chores
|
2026-02-27 21:53:45 -05:00
|
|
|
|