mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 01:28:58 +00:00
775 B
775 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 Light | Instructions on how to integrate SCSGate lights into Home Assistant. | 2016-01-31 19:30 | true | false | true | true | bus_scs.png | Light | 0.13 | Local Polling |
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:
# Example configuration.yaml entry
light:
- platform: scsgate
devices:
living_room:
name: Living Room
scs_id: XXXXX
{% configuration %} devices: description: A list of devices with their name to use in the frontend. required: true type: list {% endconfiguration %}