Skip to content

Commit 031517c

Browse files
rossdarganfrenck
authored andcommitted
Add support for ring switch platform (home-assistant#10062)
* Add in support for the switch platform * ✏️ Tweak
1 parent c0ad45d commit 031517c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/_components/ring.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ha_category:
77
- Binary Sensor
88
- Camera
99
- Sensor
10+
- Switch
1011
ha_release: 0.42
1112
ha_iot_class: Cloud Polling
1213
redirect_from:
@@ -22,6 +23,7 @@ There is currently support for the following device types within Home Assistant:
2223
- [Binary Sensor](#binary-sensor)
2324
- [Camera](#camera)
2425
- [Sensor](#sensor)
26+
- [Switch](#switch)
2527

2628
Currently only doorbells are supported by this sensor.
2729

@@ -186,3 +188,15 @@ monitored_conditions:
186188
{% endconfiguration %}
187189

188190
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

Comments
 (0)