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:
parent
dea9e22fde
commit
f1b1ac83d9
7 changed files with 179 additions and 0 deletions
24
source/_components/light.skybell.markdown
Normal file
24
source/_components/light.skybell.markdown
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Skybell Light"
|
||||
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: Light
|
||||
ha_release: 0.56
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
To get your [Skybell.com](https://skybell.com/) LED light working within Home Assistant, please follow the instructions for the general [Skybell component](/components/skybell).
|
||||
|
||||
Once you have enabled the [Skybell component](/components/skybell), add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
- platform: skybell
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue