SMS and Voice Home Assistant Component Documentation

Home Assistant is an open-source home automation platform designed to allow users to control and automate their smart home devices through a central interface. It supports a wide range of smart devices like lights, thermostats, cameras, and sensors, enabling users to monitor and control them locally without relying on cloud services. Home Assistant allows for automations by creating custom rules and triggers, such as turning on lights upon motion detection or adjusting the thermostat at specific times. It also integrates with voice assistants like Google Assistant and Amazon Alexa and offers customizable dashboards for viewing and controlling the home environment. Home Assistant is ideal for users looking to build a personalized, secure, and scalable smart home system.

In our Home Assistant component documentation, you will find information about our two components: the SMS component and the Voice component.

Home Assistant SMS Component

Function

Sending SMS as an action (service call) to one or more recipients.

Installation

Add the following to configuration.yaml, usually located in ~/.homeassistant/:

seven_sms:
notify:
- platform: seven_sms
sender: HomeAssist # defaults to hass
name: seven_sms
api_key: INSERT_YOUR_API_KEY_HERE!
recipient: 01716992343 # or specify multiple numbers eg. [0179876543210, 01716992343]

Configuration Options

Sender

Sender name, up to 11 alphanumeric or 16 numeric characters.

Home Assistant Voice Component

Function

Sending voice messages (text-to-speech messages) as an action (service call). Voice messages are text messages that are received as a call by the recipient and then read aloud over the phone.

Installation

Add the following to configuration.yaml, usually located in ~/.homeassistant/:

seven_voice:
notify:
- platform: seven_voice
sender: +49179876543210 # Must be a verified virtual inbound number or a shared virtual number
name: seven_voice
api_key: ThisIsWhereYouInsertYourSevenApiKey
recipient: +4943160049853

Settings

From

Sender number, must be an own or shared recipient number.

Last updated: 5 days ago