Added documentation for Skybell (#3511)

* Added documentation for Skybell

* Changed release version from 0.55 to 0.56

* All the blank lines

* Stray tab
This commit is contained in:
Mister Wil 2017-10-09 10:45:55 -07:00 committed by Martin Hjelmare
parent dea9e22fde
commit f1b1ac83d9
7 changed files with 179 additions and 0 deletions

View file

@ -0,0 +1,34 @@
---
layout: page
title: "Skybell"
description: "Instructions on how to integrate your Skybell HD devices within Home Assistant."
date: 2017-10-03 16:00
sidebar: true
comments: false
sharing: true
footer: true
logo: skybell.png
ha_category: Hub
ha_release: 0.56
ha_iot_class: "Cloud Polling"
---
The `skybell` implementation allows you to integrate your [Skybell.com](https://skybell.com) doorbells in Home Assistant.
Currently only the Skybell HD is supported by this platform.
To enable devices set up with your [Skybell.com](https://skybell.com/) account, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
skybell:
username: you@example.com
password: secret
```
Configuration variables:
- **username** (*Required*): The username for accessing your Skybell account.
- **password** (*Required*): The password for accessing your Skybell account.
Finish your configuration by visiting the [Skybell binary sensor](/components/binary_sensor.skybell/), [Skybell camera](/components/camera.skybell/), [Skybell light](/components/light.skybell/), [Skybell sensor](/components/sensor.skybell/), or [Skybell switch](/components/switch.skybell/) documentation.