Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.65 KB | None | 0 0
  1. - id: '1550731664804'
  2.   alias: Motion Sensor Warning
  3.   trigger:
  4.   - entity_id: sensor.bedroom_motion_sensor
  5.     from: 'Off'
  6.     platform: state
  7.     to: 'On'
  8.   condition:
  9.   - condition: state
  10.     entity_id: device_tracker.adwFWEGWEG_iphone
  11.     state: Away
  12.   action:
  13.   - data:
  14.       data:
  15.         attachment:
  16.           content-type: jpg
  17.           hide-thumbnail: false
  18.           url: ''
  19.         push:
  20.           badge: 0
  21.           sound: US-EN-Morgan-Freeman-Motion-Detected.wav
  22.           thread-id: someone-in-room
  23.         url: ''
  24.       message: Some One is in Your Bedroom!
  25.       title: WARNING!
  26.     service: notify.ios_SDFASFGASDGSDAG_iphone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement