Update ring docs for number platform (#34766)

* Update ring docs for number platform.

* Update source/_integrations/ring.markdown

Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com>

* Update source/_integrations/ring.markdown

Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com>

* tiny tweak

---------

Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Daniel Krebs 2024-09-17 16:04:28 +02:00 committed by GitHub
parent 15a75801a6
commit a45877f441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@ ha_category:
- Doorbell - Doorbell
- Event - Event
- Light - Light
- Number
- Sensor - Sensor
- Switch - Switch
ha_release: 0.42 ha_release: 0.42
@ -23,6 +24,7 @@ ha_platforms:
- diagnostics - diagnostics
- event - event
- light - light
- number
- sensor - sensor
- siren - siren
- switch - switch
@ -42,6 +44,7 @@ There is currently support for the following device types within Home Assistant:
- [Sensor](#sensor) - [Sensor](#sensor)
- [Switch](#switch) - [Switch](#switch)
- [Light](#light) - [Light](#light)
- [Number](#number)
{% note %} {% note %}
This integration does NOT allow for live viewing of your Ring camera within Home Assistant. This integration does NOT allow for live viewing of your Ring camera within Home Assistant.
@ -152,7 +155,9 @@ If you have too many `Authorised Client Devices` to delete them individually, it
## Sensor ## Sensor
Once you have enabled the [Ring integration](/integrations/ring), you can start using the sensor platform. Currently, it supports doorbell, external chimes and stickup cameras. Once you have enabled the [Ring integration](/integrations/ring), you can start using the sensor platform. Currently, it supports battery level and Wi-Fi signal.
The volume sensors are being replaced with the number entity which allows setting the volume. You should migrate any automations using the volume sensors to the number entity by release 2025.4.0.
## Switch ## Switch
@ -161,3 +166,8 @@ Once you have enabled the [Ring integration](/integrations/ring), you can start
## Light ## Light
Once you have enabled the [Ring integration](/integrations/ring), you can start using the light platform. This will add a light for every camera that supports a light (such as a floodlight). Once you have enabled the [Ring integration](/integrations/ring), you can start using the light platform. This will add a light for every camera that supports a light (such as a floodlight).
## Number
Once you have enabled the [Ring integration](/integrations/ring), you can start using the number platform.
Currently, it supports showing and setting the volume of the doorbell/chime ring, intercom voice volume, and intercom microphone volume.