home-assistant.github.io/source/_components/camera.doorbird.markdown
Andy Castille 309b287b9d 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
2017-12-29 09:40:08 +01:00

28 lines
742 B
Markdown

---
layout: page
title: "DoorBird Camera"
description: "Instructions how to integrate DoorBird video doorbell images into Home Assistant."
date: 2017-08-06 11:30
sidebar: true
comments: false
sharing: true
footer: true
logo: doorbird.png
ha_category: Camera
ha_release: "0.54"
ha_iot_class: "Local Polling"
---
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.
</p>
To enable the camera, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
camera:
- platform: doorbird
```