Skip to content
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
12 changes: 12 additions & 0 deletions source/_components/doorbird.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ To connect your device, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
doorbird:
token: RANDOM_STRING
devices:
- host: DOORBIRD_IP_OR_HOSTNAME
username: YOUR_USERNAME
Expand All @@ -38,6 +39,10 @@ doorbird:
```

{% configuration %}
token:
description: Token to be used to authenticate Doorbird calls to Home Assistant.
required: true
type: string
devices:
description: List of doorbird devices.
required: true
Expand Down Expand Up @@ -87,6 +92,13 @@ Home Assistant will fire an event any time a `monitored_condition` happens on a
Enabling any monitored condition will delete all registered notification services on the doorstation every time Home Assistant starts. This will not affect notifications delivered by the DoorBird mobile app.
</p>

#### {% linkable_title Event Data %}
Each event includes live image and live video URLs for the Doorbird device that triggered the event. These URLs can be found on the event data and can be useful in automation actions. For example, you could use `html5_viewer_url` on a notification to be linked directly to the live view of the device that triggered the automation.

<p class="note">
The URLs on the event will be based on the configuration used to connect to your Doorbird device. Ability to connect from outside your network will depend on your configuration.
</p>

### {% linkable_title Automation Example %}
```yaml
- alias: Doorbird Ring
Expand Down