Advertisement
asyscom

Untitled

Mar 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.42 KB | None | 0 0
  1. - alias: Test snapshot on
  2.   trigger:
  3.     platform: numeric_state
  4.     above: '350'
  5.     entity_id: sensor.samsung_j7_motion    
  6.   action:
  7.     - data:
  8.         entity_id: camera.samsung_j7
  9.         filename: "/config/foto.jpg"
  10.       service: camera.snapshot  
  11.     - data:
  12.       service: notify.telegram
  13.         title: "invio test"
  14.         message: "foto"
  15.         data:
  16.           photo:
  17.             file: "/config/foto.jpg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement