asyscom

Untitled

Feb 27th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.30 KB | None | 0 0
  1. - alias: Temperatura corridoio da telegram
  2.   trigger:
  3.   - platform: event
  4.     event_type: telegram_command
  5.     event_data:
  6.       command: /corridoio
  7.   action:
  8.   - data:
  9.       message: La temperatura in sala è di {{ states.sensor.temperature_158d0002b549f4.state }} °
  10.     service: notify.telegram
Advertisement
Add Comment
Please, Sign In to add comment