Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 572 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 572 Bytes

Homebridge Eufy Security Plugin

This is a work in progress

Mainly a doorbell plugin for now. Will include others later.

What works?

  • Doorbell chime notifications
  • Video camera with audio

Installing

package

npm install -g homebridge-plugin-eufy-security

Config

# Supply your email and password to the config
{
    "platforms": [
        {
            "name": "Eufy",
            "username": "[email protected]",
            "password": "your-password",
            "platform": "EufySecurityHomebridgePlugin"
        }
    ]
}