mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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:
parent
15a75801a6
commit
a45877f441
@ -8,6 +8,7 @@ ha_category:
|
||||
- Doorbell
|
||||
- Event
|
||||
- Light
|
||||
- Number
|
||||
- Sensor
|
||||
- Switch
|
||||
ha_release: 0.42
|
||||
@ -23,6 +24,7 @@ ha_platforms:
|
||||
- diagnostics
|
||||
- event
|
||||
- light
|
||||
- number
|
||||
- sensor
|
||||
- siren
|
||||
- switch
|
||||
@ -42,6 +44,7 @@ There is currently support for the following device types within Home Assistant:
|
||||
- [Sensor](#sensor)
|
||||
- [Switch](#switch)
|
||||
- [Light](#light)
|
||||
- [Number](#number)
|
||||
|
||||
{% note %}
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
@ -161,3 +166,8 @@ Once you have enabled the [Ring integration](/integrations/ring), you can start
|
||||
## 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).
|
||||
|
||||
## 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user