Advertisement
asyscom

Untitled

Mar 12th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.64 KB | None | 0 0
  1. - alias: Visualizza i comandi
  2.     hide_entity: True
  3.     trigger:
  4.       platform: event
  5.         event_type: telegram_command
  6.         event_data:
  7.           command: '/comandi'
  8.       action:
  9.         - service: notify.ha_notifiche
  10.           data:
  11.             message: 'Ecco i comandi:'
  12.             data:
  13.               keyboard:
  14.                - '/infoipssl, /infocamera'  
  15.                 - '/accendilamp, /spegnilamp'
  16.                 - '/accendiletto, /spegniletto'
  17.                 - '/accendirgb, /spegnirgb'
  18.                 - '/telecomando, /infospotify'
  19.                 - '/restartha, /stopha'
  20.                 - '/rebootrpi, /spegnirpi'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement