2018-01-02 00:00:45 +00:00
######################################################################################################
2020-07-02 18:50:39 +00:00
###[SkyBell HD](https://amzn.to/2dcexIB) Script to turn on Front light FULL bright for 5 to 20m when motion is detected and then return to the normal colors.
2018-01-02 00:00:45 +00:00
# action:
# - service: script.front_house_motion
#
######################################################################################################
front_house_motion :
sequence :
- service : logbook.log
data :
name : "SkyBell HD Doorbell:"
message : "Someone is by the door."
- condition : state
entity_id : sun.sun
state : 'below_horizon'
- service : input_boolean.turn_on
entity_id : input_boolean.alert_mode
- service : script.speech_engine
data :
value1 : 'Motion has been detected by the front door.'
- service : scene.turn_on
entity_id : scene.front_full_brightness
2020-11-01 21:23:06 +00:00
- service : homeassistant.turn_on
2018-01-02 00:00:45 +00:00
entity_id :
2020-11-01 21:23:06 +00:00
- group.landscaping
2018-01-02 00:00:45 +00:00
- service : light.turn_on
data :
entity_id :
- light.outdoor_bathroom
2020-06-07 20:06:43 +00:00
- light.outdoor_pool_lights
2018-01-02 00:00:45 +00:00
brightness : 255
- service : script.dog_bark
2018-06-14 19:33:39 +00:00
- delay : '00:{{ range(0,1) | random | int }}{{ range(0,9) | random | int }}:00'
2018-01-02 00:00:45 +00:00
- service : light.turn_off
entity_id :
2020-06-07 20:06:43 +00:00
- light.outdoor_front_lights
- light.outdoor_pool_lights
2018-01-02 00:00:45 +00:00
- service : light.turn_on
entity_id : light.outdoor_bathroom
data :
brightness : 15
- delay : '00:00:10'
- service : script.monthly_color_scene