Created #74 and added more Alert Mode logic.

This commit is contained in:
CCOSTAN
2017-02-23 01:14:00 +00:00
parent 89df4c6f8d
commit b27c62d633
4 changed files with 53 additions and 20 deletions

View File

@@ -17,17 +17,14 @@ front_house_motion:
state: 'below_horizon'
- service: input_boolean.turn_on
data:
entity_id: input_boolean.alert_mode
entity_id: input_boolean.alert_mode
- service: script.Voice_notify
data:
value1: 'Motion has been detected by the front door.'
- service: input_boolean.turn_off
data:
entity_id: input_boolean.alert_mode
- service: scene.turn_on
entity_id: scene.front_full_brightness
- delay: '00:{{ (range(5, 20)|random|int) }}:00'
- delay: '00:{{ (range(5, 20)|random|int) }}:00'
- service: light.turn_off
entity_id: group.outdoor_front_lights
- delay: '00:00:10'