seven-io / home-assistant-sms

Home Assistant component for sending SMS via seven.

Home Page:https://www.seven.io/en/docs/third-party-solutions/home-assistant/#home-assistant-sms-component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sms77.io Logo

Official Home Assistant SMS Component

This integration adds the possibility of sending SMS via sms77.

Installation

Manually

Clone the repository to a folder called "custom_components" in your Home Assistant root directory, e.g. git clone https://github.com/seven-io/home-assistant-sms ~/.homeassistant/custom_components/sms77_sms

Via HACS

Configuration

Add to configuration.yaml - usually in ~/.homeassistant/:

sms77_sms:

notify:
  - platform: sms77_sms
    sender: HomeAssist # defaults to hass - see https://help.sms77.io/en/set-sender-id
    name: sms77_sms
    api_key: INSERT_YOUR_SMS77_API_KEY_HERE # see https://help.sms77.io/en/api-key-access
    recipient: 01716992343 # or specify multiple numbers eg. [01771783130, 01716992343]

Check out the example on how to configure a service call on automation.

Support

Need help? Feel free to contact us.

MIT