Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@seven.io/homebridge-voice

sms77io4MIT0.0.1

Homebridge plugin to make text-to-speech calls via Sms77

homebridge, homebridge-plugin, sms77, tts, voice

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

  1. Install homebridge: npm i -g homebridge
  2. Install plugin: npm i -g homebridge-sms77-voice
  3. Update config.json configuration 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.

MIT