From 8408da28b20ca9430b7aa3f168337ff4ea59a07e Mon Sep 17 00:00:00 2001 From: BeardedTinker Date: Wed, 22 Sep 2021 15:58:27 +0200 Subject: [PATCH] Fix to chores due to school schedule . --- automations/chores_assignment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/automations/chores_assignment.yaml b/automations/chores_assignment.yaml index 6899be87..e7a3e8e3 100644 --- a/automations/chores_assignment.yaml +++ b/automations/chores_assignment.yaml @@ -1,6 +1,6 @@ ##### -# Assigne chores depending on the odd/even date -# Day is number of day in year as girls thought it's more fair +# Assigne chores depending on the Week A / Week B +# Whoever has school in the morning takes dog out whole week ##### alias: Chores assignment @@ -8,12 +8,12 @@ id: '7f9f4d84-c966-4fc1-97b7-97d6bb3627f9' trigger: - platform: state - entity_id: sensor.odd_even - to: 'Odd' + entity_id: sensor.current_week + to: 'Week A' id: odd - platform: state - entity_id: sensor.odd_even - to: 'Even' + entity_id: sensor.current_week + to: 'Week B' id: even action: