Advertisement
Guest User

html5 notify

a guest
Aug 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. - alias: toggle_rf_switch_1
  2. hide_entity: true
  3. initial_state: "on"
  4. trigger:
  5. - platform: state
  6. entity_id: binary_sensor.rf_switch_1
  7. from: 'off'
  8. to: 'on'
  9. action:
  10. - service: notify.html5
  11. data:
  12. target: Anthon OnePlus 3
  13. title: Det ringer på døren.
  14. message: Gå ud og åben.
  15. data:
  16. priority: high
  17. image: "/local/images/test_image_1.png"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement