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.
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
Clone or copy the repository and copy the folder 'homeassistant-smsalert/custom_component/smsalert' into '/custom_components'
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
Call service notify.smsalert and enter desired message.