diff --git a/source/_integrations/ring.markdown b/source/_integrations/ring.markdown index f29068051c1..53f3b49e0d0 100644 --- a/source/_integrations/ring.markdown +++ b/source/_integrations/ring.markdown @@ -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. @@ -97,7 +100,7 @@ automation: {% endraw %} -You may consider some modifications in the subdirectory and the filename to suit your needs. For example, you can add the date and the time and extension to the downloaded file: +You may consider some modifications in the subdirectory and the filename to suit your needs. For example, you can add the date and the time and extension to the downloaded file: {% raw %} ```yaml @@ -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.