From a904b18d8776c7a4fe3d04d9f770050312d6d2ae Mon Sep 17 00:00:00 2001 From: Ross Dargan Date: Thu, 8 Aug 2019 19:28:59 +0100 Subject: [PATCH] Add in light support (#10064) --- source/_components/ring.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_components/ring.markdown b/source/_components/ring.markdown index 343c2f4aa49..03d096030d8 100644 --- a/source/_components/ring.markdown +++ b/source/_components/ring.markdown @@ -8,6 +8,7 @@ ha_category: - Camera - Sensor - Switch + - Light ha_release: 0.42 ha_iot_class: Cloud Polling redirect_from: @@ -200,3 +201,15 @@ switch: ``` 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. + +## Light + +Once you have enabled the [Ring integration](/components/ring), you can start using the light platform. Add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +light: + - platform: ring +``` + +This will add a light for every camera that supports a light (such as a flood light).