1.2.4 • Published 6 months ago

homebridge-esphome-doorbell v1.2.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

Homebridge ESPHome Doorbell

This is a Homebridge platform plugin to be used with the $2 doorbell from Frenck. It is a work in progress.

Getting Started

{
    "platform": "esphome-doorbell",
    "devices": [
        {
            "host": "doorbell.local",
            "password": "Passw0rd!",
            "name": "Doorbell",
            "port": 9001
        }
    ]
}

Only the host key is mandatory under devices. As password '' is assumed aka no password and the default port number 80 is also wired into the plugin. You can add, in theory, as many doorbells as you want to that array, as long as you provide a unique name for each.

Troubleshooting

If not using HomeAssistant, the api line in the doorbell.yaml should not be present otherwise the device will restart every 5 minutes.

1.2.4

6 months ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.2.1

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago