You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/ring.markdown
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ ha_category:
8
8
- Camera
9
9
- Sensor
10
10
- Switch
11
+
- Light
11
12
ha_release: 0.42
12
13
ha_iot_class: Cloud Polling
13
14
redirect_from:
@@ -200,3 +201,15 @@ switch:
200
201
```
201
202
202
203
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