Document doorbird reset favorites button (#33683)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
J. Nick Koston 2024-07-10 14:40:52 -07:00 committed by GitHub
parent f290504356
commit 8fc41377d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ The **DoorBird** {% term integration %} allows you to integrate your [DoorBird](
There is currently support for the following device types within Home Assistant:
- [Camera](#camera) - View live and historical event based images.
- [Button](#button) - Enable control of relays and camera low-light/night vision (IR).
- [Button](#button) - Enable control of relays and camera low-light/night vision (IR) and resetting favorites.
## Setup
@ -58,14 +58,9 @@ Events will not be received in Home Assistant until a schedule is defined via th
### Clearing registered events
Events can be cleared from DoorBird devices by visiting a special URL.
Events can be cleared from DoorBird devices by pressing the `Reset favorites` button.
Simply open a new browser window and navigate to `{Home Assistant URL}/api/doorbird/clear?token={DEVICE_TOKEN}`. Replace `{Home Assistant URL}` with the full path to your running instance, such as `
localhost:8123`. Replace `{DEVICE_TOKEN}` with the token specified in your configuration for the device you would like to clear.
<br><br>
Please note that clearing device events will require configuration steps above to be taken again. It could also affect other third-party applications you may use with your DoorBird device. It will not break the official mobile app in any way, so mobile push notifications will still work.
<br><br>
If DoorBird was setup using UI prompts, a token can be discovered through DoorBird App by selecting **Settings** (cog icon) > **Administration** > **LOGIN** (using your App Administration details). Under the **FAVORITES** section, choose **HTTP(S) Calls**. This displays all events and the associated HTTP URL. In that URL field, you will be able to see the token that was auto-generated by Home Assistant.
### Event data