Ring/event stability (#34644)

* Update ring docs on event stability

* Update typos and tweak wording

* Update wording

* Fix typo

* Tweak wording

* Tiny tweaks

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Steven B. 2024-09-10 14:01:30 +01:00 committed by GitHub
parent 7a0495b574
commit 908db72185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,16 @@ hass.services.call("downloader", "download_file", data)
The event entity captures events like doorbell rings, motion alerts, and intercom unlocking.
### Realtime event stability
If you are experiencing issues with receiving ring alerts, the reason could be that you have too many authenticated devices on your ring account.
Prior to version 2023.12.0, the Home Assistant ring integration would register a new entry in `Authorized Client Devices` in the `Control Centre` at [ring.com](https://account.ring.com/account/control-center/authorized-devices) every time it restarted.
If you have been using the ring integration before this, you may have many `Authorized Client Devices` in the `Control Centre` on [ring.com](https://account.ring.com/account/control-center/authorized-devices).
This can cause issues receiving ring alerts.
You should delete all authorised devices from [ring.com](https://account.ring.com/account/control-center/authorized-devices) `Control Centre` which are from Home Assistant
(i.e. do not delete those named `iPhone` or `Android`; Home Assistant authorized devices are named `ring-doorbell:HomeAssistant/something` or `Python`).
If you have too many `Authorised Client Devices` to delete them individually, it might be easier to `Remove all devices` and then re-authorize your required devices.
## 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.