Doorbird live view update (#4230)
* doorbird live_view option * Change Doorbird binary sensor to Local Push after code change * Document DoorBird events * Remove DoorBird camera options https://github.com/home-assistant/home-assistant/pull/11193/commits/2d7d1d72e5b45bb951d0314c4b0e161c5d91d9f5
This commit is contained in:
parent
df0e395616
commit
309b287b9d
3 changed files with 6 additions and 33 deletions
|
@ -13,7 +13,7 @@ ha_release: "0.54"
|
|||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
The `doorbird` implementation allows you to view the live video and saved images from your [DoorBird](http://www.doorbird.com/) device in Home Assistant.
|
||||
The `doorbird` implementation allows you to view the live video and previous images from your [DoorBird](http://www.doorbird.com/) device in Home Assistant.
|
||||
|
||||
<p class='note'>
|
||||
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:
|
|||
camera:
|
||||
- platform: doorbird
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **last_visitor** (*Optional*): Adds a second camera that shows the last picture taken when someone rang the doorbell. Default is `false`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue