Skip to content

Commit

Permalink
Fix to chores due to school schedule .
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedTinker committed Sep 22, 2021
1 parent cc43652 commit 8408da2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions automations/chores_assignment.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#####
# 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
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:
Expand Down

0 comments on commit 8408da2

Please sign in to comment.