Skip to content

smsalert-mobi/homeassistant-smsalert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

homeassistant-smsalert

This integration allows you to send SMS messages from you home assistant https://www.home-assistant.io/ instance. Currently this is available only for users in Romania.

In order to use this integration you nee to create an account on https://smsalert.mobi/ and get you security token from settings page.

You can get up to 20 SMS for free per month.

For more messages consider upgrading.

Install via HACS (recommended)

Go to HACS -> custom repository (upper right corner) -> enter this repository URL https://github.com/axwell/homeassistant-smsalert -> ADD

Click on "SMS Alert Notifications" -> Install this repository in HACS

Install manually

Clone or copy the repository and copy the folder 'homeassistant-smsalert/custom_component/smsalert' into '/custom_components'

Configuration

Edit you home assistant configuration.yml and add:

notify:
  - platform: smsalert
    name: SMSAlert
    username: your_smsalert_username
    api_key: your_smsalert_token
    recipient: +40XXXXXXXXX

Restart home assistant

Automations

Call service notify.smsalert and enter desired message.