@seven.io/homebridge-voice
v0.0.1
Published
Homebridge plugin to make text-to-speech calls via Sms77
Readme
Homebridge plugin to make text-to-speech calls via seven.
Useful for homekit alarms and sensors. Set an automation to make a call in case of a water leak, smoke detection or so.
Your apiKey can be retrieved from Dashboard->Developer
Installation
- Install homebridge:
npm i -g homebridge - Install plugin:
npm i -g homebridge-sms77-voice - Update
config.jsonconfiguration file
Configuration Example
Example config.json:
{
"accessories": [
{
"accessory": "Sms77Voice",
"apiKey": "InsertSuperSecretSevenApiKey",
"debug": false,
"from": "MyBookStore",
"name": "SMS to employees on smoke detection",
"text": "Emergency: The smoke detection has triggered!",
"to": [
"+49876543210",
"+490123456789"
],
"xml": false
}
}Support
Need help? Feel free to contact us.
