Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.27 KB | None | 0 0
  1. alias: Ringklockan
  2. trigger:
  3.   entity_id: switch.ringklocka
  4.   platform: state
  5.   to: "on"
  6. action:
  7.   - service: notify.ios_niclasiphone
  8.     data:
  9.       message: "Någon ringer på dörren!"
  10.   - service: switch.turn_off
  11.     data:
  12.       entity_id: switch.ringklocka
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement