mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-17 00:18:58 +00:00

* Add documentation for DoorBird components * Update release to 0.52 * Update example configurations * Update doorbird.markdown * Update DoorBird release from 0.52 to 0.54
906 B
906 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | DoorBird Camera | Instructions how to integrate DoorBird video doorbell images into Home Assistant. | 2017-08-06 11:30 | true | false | true | true | doorbird.png | Camera | 0.54 | Local Polling |
The doorbird
implementation allows you to view the live video and saved images from your DoorBird device in Home Assistant.
You must have the [DoorBird component](/components/doorbird/) configured to use this camera.
To enable the camera, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
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
.