Home-AssistantConfig/script/front_house_motion.yaml

24 lines
746 B
YAML
Executable File

######################################################################################################
###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
# 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: sun
after: 'sunset'
- service: scene.turn_on
entity_id: scene.front_full_brightness
- delay: 00:15:00
- service: script.monthly_front_house_scene