mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update ifttt.manything.markdown
This commit is contained in:
parent
dcf2cc8fa1
commit
f559d92d35
@ -25,7 +25,7 @@ automation:
|
|||||||
# This calls an IFTTT recipe to turn on recording of the ManyThing Camera when we leave the house during the day.
|
# This calls an IFTTT recipe to turn on recording of the ManyThing Camera when we leave the house during the day.
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.family
|
entity_id: group.all_devices
|
||||||
state: 'not_home'
|
state: 'not_home'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
@ -41,7 +41,7 @@ automation:
|
|||||||
# This calls an IFTTT recipe to turn off recording of the ManyThing Camera when we are home except at night.
|
# This calls an IFTTT recipe to turn off recording of the ManyThing Camera when we are home except at night.
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.family
|
entity_id: group.all_devices
|
||||||
state: 'home'
|
state: 'home'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user