mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
7a0495b574
commit
908db72185
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user