Skip to content

Commit 309b287

Browse files
Klikinifabaff
authored andcommitted
Doorbird live view update (home-assistant#4230)
* doorbird live_view option * Change Doorbird binary sensor to Local Push after code change * Document DoorBird events * Remove DoorBird camera options home-assistant/core@2d7d1d7
1 parent df0e395 commit 309b287

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

source/_components/binary_sensor.doorbird.markdown

Lines changed: 0 additions & 28 deletions
This file was deleted.

source/_components/camera.doorbird.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ha_release: "0.54"
1313
ha_iot_class: "Local Polling"
1414
---
1515

16-
The `doorbird` implementation allows you to view the live video and saved images from your [DoorBird](http://www.doorbird.com/) device in Home Assistant.
16+
The `doorbird` implementation allows you to view the live video and previous images from your [DoorBird](http://www.doorbird.com/) device in Home Assistant.
1717

1818
<p class='note'>
1919
You must have the [DoorBird component](/components/doorbird/) configured to use this camera.
@@ -26,7 +26,3 @@ To enable the camera, add the following to your `configuration.yaml` file:
2626
camera:
2727
- platform: doorbird
2828
```
29-
30-
Configuration variables:
31-
32-
- **last_visitor** (*Optional*): Adds a second camera that shows the last picture taken when someone rang the doorbell. Default is `false`.

source/_components/doorbird.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ Configuration variables:
3030
- **host** (*Required*): The LAN IP address or hostname of your device. You can find this by going to the [DoorBird Online check](http://www.doorbird.com/checkonline) and entering the information from the paper that was included in the box.
3131
- **username** (*Required*): The username of a non-administrator user account on the device.
3232
- **password** (*Required*): The password for the user specified.
33+
- **doorbell_events** (*Optional*): Setting this to `true` this will register a callback URL with the device so that events can be published to the event bus when the doorbell rings.
34+
35+
<p class="note warning">
36+
Enabling `doorbell_events` will delete all other registered push notification services with the device every time Home Assistant starts. This will not affect notifications delivered by the DoorBird mobile app.
37+
</p>

0 commit comments

Comments
 (0)