Advertisement
techblog

WA-Callmebot-HA-Notification

Mar 11th, 2022
1,911
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.29 KB | None | 0 0
  1. # Example configuration.yaml entry
  2. notify:
  3.   - name: WhatsApp
  4.     platform: rest
  5.     resource: https://api.callmebot.com/whatsapp.php
  6.     data:
  7.       source: HA
  8.       phone: +34123123123   #enter your phone number here
  9.       apikey: 456789        #enter your apikey here (see Setup above)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement