From cf4a892aa0caa1ebd604ac17e57935952303c0ff Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 1 Jun 2020 05:27:12 -0500 Subject: [PATCH] Remove legacy platform config from doorbird (#13633) --- source/_integrations/doorbird.markdown | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/source/_integrations/doorbird.markdown b/source/_integrations/doorbird.markdown index ed85a46fcc8..0c6d804ced1 100644 --- a/source/_integrations/doorbird.markdown +++ b/source/_integrations/doorbird.markdown @@ -182,24 +182,7 @@ 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. -### Configuration - -To enable the camera, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -camera: - - platform: doorbird -``` ## Switch 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. - -To enable this switch, add the following lines to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -switch: - - platform: doorbird -```