Add config flow to DoorBird (#12489)

* doorbird now supports config flow

* Update properties
This commit is contained in:
J. Nick Koston 2020-03-23 05:11:54 -05:00 committed by GitHub
parent 3d437e07e6
commit 4e74c1edde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,10 @@ ha_category:
- Switch - Switch
ha_release: 0.54 ha_release: 0.54
ha_iot_class: Local Push ha_iot_class: Local Push
ha_config_flow: true
ha_codeowners: ha_codeowners:
- '@oblogic7' - '@oblogic7'
- '@bdraco'
ha_domain: doorbird ha_domain: doorbird
--- ---
@ -31,7 +33,9 @@ It is recommended to set up a new account on your Doorbird App for use with Home
## Configuration ## Configuration
To connect your device, add the following to your `configuration.yaml` file: To add `DoorBird` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **DoorBird**.
Alternatively, add the following to your `configuration.yaml` file:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry