DoorBird
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: abcdef0001
password: xxxxxxxxxx
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.