From f559d92d35b31bb6e8b6f04ec6f9614b155875dd Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sun, 27 Sep 2015 15:00:59 -0400 Subject: [PATCH] Update ifttt.manything.markdown --- source/components/ifttt.manything.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/ifttt.manything.markdown b/source/components/ifttt.manything.markdown index 535bacfd0bf..b6c98a931f2 100644 --- a/source/components/ifttt.manything.markdown +++ b/source/components/ifttt.manything.markdown @@ -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. trigger: - platform: state - entity_id: group.family + entity_id: group.all_devices state: 'not_home' 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. trigger: - platform: state - entity_id: group.family + entity_id: group.all_devices state: 'home' - platform: state entity_id: sun.sun