Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.44 KB | None | 0 0
  1. - alias: Alert on motion while we're away
  2.   trigger:
  3.     - platform: state
  4.       entity_id: group.home_motion_sensors
  5.       from: 'off'
  6.       to: 'on'
  7.   condition:
  8.     - condition: state
  9.       entity_id: switch.vacation
  10.       state: 'on'
  11.   action:
  12.     - service: notify.gmail_notifier
  13.       data_template:
  14.         title: "Motion has been detected in the house"
  15.         message: 'Motion has been detected by one of the motion sensors'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement