mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Update doorbird events to include URLs on event_data (#7826)
* Update doorbird events to include URLs on event_data as shown in documentation.
* ✏️ Tweaks
This commit is contained in:
parent
633a90f6ef
commit
33a45d30a9
@ -121,6 +121,14 @@ Please note that clearing device registrations will prevent the device from send
|
||||
|
||||
Each event includes live image and 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.
|
||||
|
||||
The following keys are available on `event_data`:
|
||||
|
||||
- `timestamp`
|
||||
- `live_video_url`
|
||||
- `live_image_url`
|
||||
- `rtsp_live_video_url`
|
||||
- `html5_viewer_url`
|
||||
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user