mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 08:47:35 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
988 B
988 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|
page | SCSGate Cover | Instructions on how to integrate SCSGate motorized devices into Home Assistant. | 2016-06-28 17:30 | true | false | true | true | bus_scs.png | Cover | Local Polling |
The SCSGate devices can control motorized covers connected to the BTicino MyHome system.
To enable SCSGate covers in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
cover:
- platform: scsgate
devices:
living_room:
name: Living Room
scs_id: XXXXX
Configuration variables:
- devices array (Required): A list of devices.
- [slug] (Required): Slug of the device.
- name (Required): Name to use in the frontend.
- scs_id (Required): The ID of your SCSGate device.
- [slug] (Required): Slug of the device.
**Known limitation:** It is not possible to know the current state of the cover.