mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 09:17:35 +00:00
1.7 KiB
1.7 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | DoorBird | Instructions on how to integrate your DoorBird video doorbell with Home Assistant. | 2017-08-06 11:30 | true | false | true | true | doorbird.png | Hub | 0.54 | Local Polling |
The doorbird
implementation allows you to integrate your DoorBird device in Home Assistant.
To connect your device, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
doorbird:
host: IP_OR_HOSTNAME
username: YOUR_USERNAME
password: YOUR_PASSWORD
Configuration variables:
- host (Required): The LAN IP address or hostname of your device. You can find this by going to the DoorBird Online check and entering the information from the paper that was included in the box.
- username (Required): The username of a non-administrator user account on the device.
- password (Required): The password for the user specified.
- doorbell_events (Optional): Setting this to
true
this will register a callback URL with the device so that events can be published to the event bus when the doorbell rings. - hass_url_override (Optional): If your DoorBird cannot connect to the machine running Home Assistant because you are using dynamic DNS or some other HTTP configuration, specify the LAN IP of the machine here to force a LAN connection.
Enabling `doorbell_events` will delete all other registered push notification services with the device every time Home Assistant starts. This will not affect notifications delivered by the DoorBird mobile app.