From 49b10bf23803abb88f044652fcbbfdc063e7f8ed Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 15 Jan 2022 14:02:42 -0500 Subject: [PATCH] Change doorbird platform from switch to button (#21208) --- source/_integrations/doorbird.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_integrations/doorbird.markdown b/source/_integrations/doorbird.markdown index 66ac0ee3644..f7c6465d497 100644 --- a/source/_integrations/doorbird.markdown +++ b/source/_integrations/doorbird.markdown @@ -2,9 +2,9 @@ title: DoorBird description: Instructions on how to integrate your DoorBird video doorbell with Home Assistant. ha_category: - - Doorbell + - Button - Camera - - Switch + - Doorbell ha_release: 0.54 ha_iot_class: Local Push ha_config_flow: true @@ -14,8 +14,8 @@ ha_codeowners: ha_domain: doorbird ha_zeroconf: true ha_platforms: + - button - camera - - switch --- 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: - [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 @@ -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. -## 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.