0.0.1 • Published 5 years ago

homebridge-powerloss-pushover-notifier v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

"Powerloss Pushover Notifier" Plugin

Example config.json:

    "accessories": [
        {
            "accessory": "PowerlossPushoverNotifier",
            "name": "PowerlossPushoverNotifier",
            "token": "APP_TOKEN_HERE",
            "user": "USER_TOKEN_HERE"
        } 
    ]

With this plugin you can send webhook notification to Pushover service you have created, when Homebridge service is started. It is useful when you want to be notified for a powerloss for example.