From fe6b7a1b4fb530cbc0c085c6a1fb0713f833a5a0 Mon Sep 17 00:00:00 2001 From: Marley Jaffe Date: Thu, 9 Apr 2020 16:41:15 -0700 Subject: [PATCH] Updated DoorBird documentation for UI specifics (#12763) * Updated documentation for UI specifics Added documentation on how to set events through UI as well as how to find UI generated token (There may be an easier way than I describe). * Update doorbird.markdown updated URL terminology * Update source/_integrations/doorbird.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/doorbird.markdown Co-Authored-By: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/doorbird.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/doorbird.markdown b/source/_integrations/doorbird.markdown index c2f39708de3..ed85a46fcc8 100644 --- a/source/_integrations/doorbird.markdown +++ b/source/_integrations/doorbird.markdown @@ -32,7 +32,7 @@ It is recommended to set up a new account on your Doorbird App for use with Home ## Configuration -To add `DoorBird` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **DoorBird**. +To add `DoorBird` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **DoorBird**. After filling out UI prompts, click the gear icon to edit device settings. Enter device event names here to associate with a schedule in DoorBird app. See [Schedules](#schedules) Alternatively, add the following to your `configuration.yaml` file: @@ -129,7 +129,8 @@ Simply open a new browser window and navigate to `{Home Assistant URL}/api/doorb localhost:8123`. Replace `{DEVICE_TOKEN}` with the token specified in your configuration for the device you would like to clear.

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. - +

+If DoorBird was setup using UI prompts, a token can be discovered through DoorBird App by clicking 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