mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 19:48:59 +00:00
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class
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 %} devices: description: A list of devices. required: true type: list keys: slug: description: Slug of the device. required: true type: list keys: name: description: Name to use in the frontend. required: true type: string scs_id: description: The ID of your SCSGate device. required: true type: string {% endconfiguration %}
**Known limitation:** It is not possible to know the current state of the cover.