From f0e16ef978d5bf1050ad8e176ed27fd2c21cb5d2 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 21 Feb 2017 19:19:27 +0000 Subject: [PATCH] Minor Update --- script/front_house_motion.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/script/front_house_motion.yaml b/script/front_house_motion.yaml index 6de07887..c4954e48 100755 --- a/script/front_house_motion.yaml +++ b/script/front_house_motion.yaml @@ -15,7 +15,7 @@ front_house_motion: - condition: state entity_id: sun.sun state: 'below_horizon' - + - service: input_boolean.turn_on data: entity_id: input_boolean.alert_mode @@ -27,15 +27,8 @@ front_house_motion: entity_id: input_boolean.alert_mode - service: scene.turn_on entity_id: scene.front_full_brightness - - service: input_boolean.turn_off - data: - entity_id: input_boolean.alert_mode - delay: '00:{{ (range(5, 20)|random|int) }}:00' - service: light.turn_off entity_id: group.outdoor_front_lights - delay: '00:00:10' - service: script.monthly_color_scene - - - - \ No newline at end of file