Add documentation about SCSGate
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
This commit is contained in:
parent
65a37114fa
commit
b753bf7eba
4 changed files with 121 additions and 0 deletions
29
source/_components/light.scsgate.markdown
Normal file
29
source/_components/light.scsgate.markdown
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
layout: component
|
||||
title: "SCSGate light"
|
||||
description: "Instructions how to integrate SCSGate lights into Home Assistant."
|
||||
date: 2016-01-31 19:30
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: Light
|
||||
---
|
||||
|
||||
The SCSGate device can control lights of the BTicino MyHome system.
|
||||
|
||||
To enable SCSGate lights in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
platform: scsgate
|
||||
devices:
|
||||
living_room:
|
||||
name: Living Room
|
||||
scs_id: XXXXX
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **devices** (*Required*): A list of devices with their name to use in the frontend.
|
Loading…
Add table
Add a link
Reference in a new issue