mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Change doorbird platform from switch to button (#21208)
This commit is contained in:
parent
7aaad2d77c
commit
49b10bf238
@ -2,9 +2,9 @@
|
|||||||
title: DoorBird
|
title: DoorBird
|
||||||
description: Instructions on how to integrate your DoorBird video doorbell with Home Assistant.
|
description: Instructions on how to integrate your DoorBird video doorbell with Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Doorbell
|
- Button
|
||||||
- Camera
|
- Camera
|
||||||
- Switch
|
- Doorbell
|
||||||
ha_release: 0.54
|
ha_release: 0.54
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -14,8 +14,8 @@ ha_codeowners:
|
|||||||
ha_domain: doorbird
|
ha_domain: doorbird
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- button
|
||||||
- camera
|
- camera
|
||||||
- switch
|
|
||||||
---
|
---
|
||||||
|
|
||||||
The `doorbird` implementation allows you to integrate your [DoorBird](https://www.doorbird.com/) device in Home Assistant.
|
The `doorbird` implementation allows you to integrate your [DoorBird](https://www.doorbird.com/) device in Home Assistant.
|
||||||
@ -23,7 +23,7 @@ The `doorbird` implementation allows you to integrate your [DoorBird](https://ww
|
|||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
- [Camera](#camera) - View live and historical event based images.
|
- [Camera](#camera) - View live and historical event based images.
|
||||||
- [Switch](#switch) - Enable control of relays and camera night vision.
|
- [Button](#button) - Enable control of relays and camera night vision.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
@ -112,6 +112,6 @@ Note: Remember to complete the schedule assignment steps above for each event ty
|
|||||||
The `doorbird` implementation allows you to view the live video, the last doorbell ring image, and the last motion sensor image from your [DoorBird](https://www.doorbird.com/) device in Home Assistant.
|
The `doorbird` implementation allows you to view the live video, the last doorbell ring image, and the last motion sensor image from your [DoorBird](https://www.doorbird.com/) device in Home Assistant.
|
||||||
|
|
||||||
|
|
||||||
## Switch
|
## Button
|
||||||
|
|
||||||
The `doorbird` switch platform allows you to power connected relays and trigger the IR array in your [DoorBird](https://www.doorbird.com/) video doorbell device.
|
The `doorbird` button platform allows you to power connected relays and trigger the IR array in your [DoorBird](https://www.doorbird.com/) video doorbell device.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user