Fix formatting for chore switch comments in chore-tracker configuration
This commit is contained in:
@@ -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"""\
|
||||
|
||||
Reference in New Issue
Block a user