https://github.com/seven-io/home-assistant-voice
Home Assistant component for making text-to-speech calls
https://github.com/seven-io/home-assistant-voice
deprecated hacs home-assistant home-assistant-component home-automation homeassistant text-to-speech tts
Last synced: 28 days ago
JSON representation
Home Assistant component for making text-to-speech calls
- Host: GitHub
- URL: https://github.com/seven-io/home-assistant-voice
- Owner: seven-io
- License: mit
- Archived: true
- Created: 2021-04-08T13:21:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T08:04:38.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T02:38:14.412Z (6 months ago)
- Topics: deprecated, hacs, home-assistant, home-assistant-component, home-automation, homeassistant, text-to-speech, tts
- Language: Python
- Homepage: https://www.seven.io/en/docs/third-party-solutions/home-assistant/#home-assistant-voice-component
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Deprecated - please use [https://github.com/seven-io/home-assistant](https://github.com/seven-io/home-assistant).
## Official Home Assistant Voice Component
This integration adds the possibility of making text-to-speech calls via [sms77](https://www.sms77.io).
## 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-voice ~/.homeassistant/custom_components/sms77_voice`### Via [HACS](https://hacs.xyz/)
- Navigate to HACS -> Integrations -> Custom repositories -> Add
- Set *Repository* to **https://github.com/seven-io/home-assistant-voice**
- Set *Type* to **Integration**
- Confirm form submission and the repository should be appended to the list## Configuration
Add to `configuration.yaml` usually in `~/.homeassistant/`:
```yaml
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 # see https://help.sms77.io/en/api-key-access
recipient: +4943130149270
```Check out the [example](./screenshots/automation_action_call_service.png) on how to
configure a service call on automation.## Support
Need help? Feel free to [contact us](https://www.sms77.io/en/company/contact/).
[](LICENSE)