Advertisement
Sdomotica

Notifica su presenza o meno

Jul 14th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.64 KB | None | 0 0
  1. automation:
  2.   - alias: 'Test Dixon'
  3.     initial_state: True
  4.     trigger:
  5.       - platform: state
  6.         #light.lampadario_cameretta
  7.         entity_id: light.scale_taverna
  8.         to: 'on'
  9.     condition:
  10.       condition: and
  11.       conditions:
  12.         - condition: state
  13.           entity_id: device_tracker.ludovica
  14.           state: 'not_home'
  15.     action:
  16.       service: notify.entrata_notifica
  17.       data_template:
  18.         title: "Home info"
  19.         message: "prova telegram"
  20.      
  21. notify:
  22.   - name: entrata_notifica
  23.     platform: pushover
  24.     api_key: af9jjxxxxxxxxxxxxxxxxxxxxxxxxxx
  25.     user_key: 1Kxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement