diff --git a/esphome/chore-tracker-esphome.yaml b/esphome/chore-tracker-esphome.yaml index 3ef805f..bff8bb6 100644 --- a/esphome/chore-tracker-esphome.yaml +++ b/esphome/chore-tracker-esphome.yaml @@ -120,7 +120,8 @@ fonts: # ── Switches — one per chore per kid, synced to HA ─────────────────────────── switch: - # ── Jordyn's chores ────────────────────────── - platform: template + # ── Jordyn's chores ────────────────────────── + - platform: template name: "Jordyn - Make Bed" id: jordyn_make_bed icon: mdi:checkbox-marked-circle @@ -221,7 +222,8 @@ switch: data: entity_id: switch.chore_tracker_jordyn_feed_dog - # ── Declan's chores ────────────────────────── - platform: template + # ── Declan's chores ────────────────────────── + - platform: template name: "Declan - Make Bed" id: declan_make_bed icon: mdi:checkbox-marked-circle @@ -302,7 +304,8 @@ switch: data: entity_id: switch.chore_tracker_declan_take_out_trash - # ── Chloe's chores ────────────────────────── - platform: template + # ── Chloe's chores ────────────────────────── + - platform: template name: "Chloe - Make Bed" id: chloe_make_bed icon: mdi:checkbox-marked-circle @@ -1754,4 +1757,3 @@ lvgl: text_font: font_small text_color: 0x2D3436 -