SMS and Voice Home Assistant Component Documentation
Home Assistant is an open source software that provides local control for home automation.
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
[GitHub repo=’home-assistant-sms’ lang=’en’] Go to the SMS component on GitHubFunction
Sending SMS as an action (call service) to one or more recipients
Installation
Add to configuration.yaml
usually in ~/.homeassistant/
:
sms77_sms:
notify:
- platform: sms77_sms
sender: HomeAssist # defaults to hass
name: sms77_sms
api_key: INSERT_YOUR_API_KEY_HERE!
recipient: 01716992343 # or specify multiple numbers eg. [01771783130, 01716992343]
Setting options
Sender
Sender name, maximum eleven alphanumeric characters.
Home Assistant Voice Component
[GitHub repo=’home-assistant-voice’ lang=’en’] Go to the voice component on GitHubFunction
Sending of voice messages (text to speech messages) as an action (call service)
Voice messages are text messages that are received as a call by the recipient and then read out on the phone.
Installation
Add to configuration.yaml
usually in ~/.homeassistant/
:
sms77_voice:
notify:
- platform: sms77_voice
sender: +491771783130 # Must be a verified virtual inbound number or a shared virtual number
name: sms77_voice
api_key: ThisIsWhereYouInsertYourSms77ApiKey
recipient: +4943160049853
Setting options
Sender
Sender number, must be own or shared inbound number.
Support
Do you need help with the installation or use of our Home-Assistant components? Feel free to contact us!