Add component collection
This commit is contained in:
parent
9702d39c42
commit
120dbf547d
113 changed files with 323 additions and 120 deletions
30
source/_components/light.blinksticklight.markdown
Normal file
30
source/_components/light.blinksticklight.markdown
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Blinkstick support"
|
||||
description: "Instructions how to setup Blinkstick lights within Home Assistant."
|
||||
date: 2015-10-08 10:00
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: blinkstick.png
|
||||
ha_category: Light
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/blinkstick.png' class='brand pull-right' />
|
||||
The blinkstick platform let you can control your [Blinkstick](https://www.blinkstick.com/) lights from within Home Assistant.
|
||||
|
||||
To add blinkstick to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
platform: blinksticklight
|
||||
serial: BS000795-1.1
|
||||
name: Living Room
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **serial** (*Required*): The serial number of your stick.
|
||||
- **name** (*Required*): Name of the stick.
|
Loading…
Add table
Add a link
Reference in a new issue