Skip to content

Commit a904b18

Browse files
rossdarganfrenck
authored andcommitted
Add in light support (home-assistant#10064)
1 parent 8a0dff1 commit a904b18

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/_components/ring.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ha_category:
88
- Camera
99
- Sensor
1010
- Switch
11+
- Light
1112
ha_release: 0.42
1213
ha_iot_class: Cloud Polling
1314
redirect_from:
@@ -200,3 +201,15 @@ switch:
200201
```
201202

202203
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.
204+
205+
## Light
206+
207+
Once you have enabled the [Ring integration](/components/ring), you can start using the light platform. Add the following to your `configuration.yaml` file:
208+
209+
```yaml
210+
# Example configuration.yaml entry
211+
light:
212+
- platform: ring
213+
```
214+
215+
This will add a light for every camera that supports a light (such as a flood light).

0 commit comments

Comments
 (0)