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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ ha_category:
7
7
- Binary Sensor
8
8
- Camera
9
9
- Sensor
10
+
- Switch
10
11
ha_release: 0.42
11
12
ha_iot_class: Cloud Polling
12
13
redirect_from:
@@ -22,6 +23,7 @@ There is currently support for the following device types within Home Assistant:
22
23
-[Binary Sensor](#binary-sensor)
23
24
-[Camera](#camera)
24
25
-[Sensor](#sensor)
26
+
-[Switch](#switch)
25
27
26
28
Currently only doorbells are supported by this sensor.
27
29
@@ -186,3 +188,15 @@ monitored_conditions:
186
188
{% endconfiguration %}
187
189
188
190
Currently it supports doorbell, external chimes and stickup cameras.
191
+
192
+
## Switch
193
+
194
+
Once you have enabled the [Ring integration](/components/ring), you can start using the switch platform. Add the following to your `configuration.yaml` file:
195
+
196
+
```yaml
197
+
# Example configuration.yaml entry
198
+
switch:
199
+
- platform: ring
200
+
```
201
+
202
+
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.
0 commit comments