mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 14:56:50 +00:00
31 lines
828 B
Markdown
31 lines
828 B
Markdown
---
|
|
layout: page
|
|
title: "DoorBird Camera"
|
|
description: "Instructions on 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, the last doorbell ring image, and the last motion sensor image 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>
|
|
|
|
## {% linkable_title Configuration %}
|
|
|
|
To enable the camera, add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
camera:
|
|
- platform: doorbird
|
|
```
|