Fix formatting for chore switch comments in chore-tracker configuration

This commit is contained in:
Joshua King
2026-02-27 22:17:51 -05:00
parent d42a23dfab
commit 21f97a5458
2 changed files with 7 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ def gen_esphome(cfg: dict) -> str:
for kid in kids:
chores = get_chores(kid)
ks = kid_slug(kid)
switch_blocks.append(f"\n # ── {kid['name']}'s chores ──────────────────────────")
switch_blocks.append(f"\n # ── {kid['name']}'s chores ──────────────────────────\n")
for chore in chores:
e = eid(kid, chore)
switch_blocks.append(f"""\