Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document doorbird reset favorites button #33683

Merged
merged 4 commits into from
Jul 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions source/_integrations/doorbird.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down