Advertisement
Sdomotica

Notifiche Telegram

Jul 24th, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.56 KB | None | 0 0
  1. automation:
  2.   - alias: 'Avvisami quando accende'
  3.     initial_state: True
  4.     trigger:
  5.       - platform: state
  6.         entity_id: light.scale_taverna
  7.         to: 'on'
  8.     action:
  9.       service: notify.notifichesdomotica
  10.       data_template:
  11.         title: "Home info"
  12.         message: "E' stata accesa la luce della taverna"
  13.      
  14. telegram_bot:
  15.   - platform: polling
  16.     api_key: 559049657:Axxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  17.     allowed_chat_ids:
  18.      - 210xxxxxxxx
  19.  
  20.  
  21. notify:
  22.   - name: notifichesdomotica
  23.     platform: telegram
  24.     chat_id: 210xxxxxxxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement