Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.29 KB | None | 0 0
  1. switch:
  2.   - platform: template
  3.     switches:
  4.       prova:
  5.         turn_on:
  6.           service: automation.turn_on
  7.           data:
  8.             entity_id: automation.prova
  9.         turn_off:
  10.           service: automation.turn_off
  11.           data:
  12.             entity_id: automation.prova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement