From 031517c05be3c484503b99ad1ccac04b236ede4d Mon Sep 17 00:00:00 2001 From: Ross Dargan Date: Tue, 6 Aug 2019 15:53:25 +0100 Subject: [PATCH] Add support for ring switch platform (#10062) * Add in support for the switch platform * :pencil2: Tweak --- source/_components/ring.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_components/ring.markdown b/source/_components/ring.markdown index 899ea4b6323..343c2f4aa49 100644 --- a/source/_components/ring.markdown +++ b/source/_components/ring.markdown @@ -7,6 +7,7 @@ ha_category: - Binary Sensor - Camera - Sensor + - Switch ha_release: 0.42 ha_iot_class: Cloud Polling redirect_from: @@ -22,6 +23,7 @@ There is currently support for the following device types within Home Assistant: - [Binary Sensor](#binary-sensor) - [Camera](#camera) - [Sensor](#sensor) +- [Switch](#switch) Currently only doorbells are supported by this sensor. @@ -186,3 +188,15 @@ monitored_conditions: {% endconfiguration %} Currently it supports doorbell, external chimes and stickup cameras. + +## Switch + +Once you have enabled the [Ring integration](/components/ring), you can start using the switch platform. Add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +switch: + - platform: ring +``` + +This will add a switch for every camera that supports a siren. Note the siren will only turn on for 30 seconds before automatically turning off.