mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add config flow to DoorBird (#12489)
* doorbird now supports config flow * Update properties
This commit is contained in:
parent
3d437e07e6
commit
4e74c1edde
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user