Disabling these until I can spend some time getting Grocy all happy again
This commit is contained in:
parent
9af334ca73
commit
aee5b1e79b
|
@ -138,18 +138,18 @@ automation:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
entity_id: input_boolean.heartworm
|
entity_id: input_boolean.heartworm
|
||||||
|
|
||||||
# # When Winston gets his heartworm mark it complete, and update Grocy via command to api to reduce stock and mark chore complete.
|
# # # When Winston gets his heartworm mark it complete, and update Grocy via command to api to reduce stock and mark chore complete.
|
||||||
- alias: Chore Complete Heartworm
|
# - alias: Chore Complete Heartworm
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: state
|
# - platform: state
|
||||||
entity_id: input_boolean.heartworm
|
# entity_id: input_boolean.heartworm
|
||||||
from: 'on'
|
# from: 'on'
|
||||||
to: 'off'
|
# to: 'off'
|
||||||
action:
|
# action:
|
||||||
- service: grocy.execute_chore
|
# - service: grocy.execute_chore
|
||||||
data:
|
# data:
|
||||||
chore_id: 2
|
# chore_id: 2
|
||||||
done_by: 1
|
# done_by: 1
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Nextguard chore - See that Winston get his Flea/ Tick Meds
|
# Nextguard chore - See that Winston get his Flea/ Tick Meds
|
||||||
|
@ -162,17 +162,17 @@ automation:
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
entity_id: input_boolean.nextguard
|
entity_id: input_boolean.nextguard
|
||||||
# # When Winston gets his Nextguard mark it complete, and update Grocy via command to api to reduce stock and mark chore complete.
|
# # # When Winston gets his Nextguard mark it complete, and update Grocy via command to api to reduce stock and mark chore complete.
|
||||||
- alias: Nextguard Complete
|
# - alias: Nextguard Complete
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: state
|
# - platform: state
|
||||||
entity_id: input_boolean.nextguard
|
# entity_id: input_boolean.nextguard
|
||||||
to: 'off'
|
# to: 'off'
|
||||||
action:
|
# action:
|
||||||
- service: grocy.execute_chore
|
# - service: grocy.execute_chore
|
||||||
data:
|
# data:
|
||||||
chore_id: 3
|
# chore_id: 3
|
||||||
done_by: 1
|
# done_by: 1
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Skylars Laundry chore - Do Skylars Launder each week
|
# Skylars Laundry chore - Do Skylars Launder each week
|
||||||
|
@ -186,16 +186,16 @@ automation:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
entity_id: input_boolean.do_skylars_laundry
|
entity_id: input_boolean.do_skylars_laundry
|
||||||
# # When its complete, and update Grocy via command to api to reduce stock and mark chore complete.
|
# # When its complete, and update Grocy via command to api to reduce stock and mark chore complete.
|
||||||
- alias: Skylars Laundry Complete
|
# - alias: Skylars Laundry Complete
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: state
|
# - platform: state
|
||||||
entity_id: input_boolean.do_skylars_laundry
|
# entity_id: input_boolean.do_skylars_laundry
|
||||||
to: 'off'
|
# to: 'off'
|
||||||
action:
|
# action:
|
||||||
- service: grocy.execute_chore
|
# - service: grocy.execute_chore
|
||||||
data:
|
# data:
|
||||||
chore_id: 7
|
# chore_id: 7
|
||||||
done_by: 1
|
# done_by: 1
|
||||||
|
|
||||||
# Replacing calendar based reminders with Grocy
|
# Replacing calendar based reminders with Grocy
|
||||||
# script:
|
# script:
|
||||||
|
|
Loading…
Reference in New Issue