mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
712 B
712 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | SCSGate Switch | Instructions how to integrate SCSGate switches into Home Assistant. | 2016-01-31 22:15 | true | false | true | true | bus_scs.png | Switch | 0.13 | Local Polling |
The SCSGate device can control switches of the BTicino MyHome system.
To enable SCSGate switches in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
switch:
- platform: scsgate
devices:
living_room:
scs_id: XXXXX
Configuration variables:
- devices (Required): A list of devices with their name to use in the frontend.