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
1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | ADS Light | Instructions on how to set up ADS lights within Home Assistant | 2017-10-25 10:00 | true | false | true | true | beckhoff.png | Light | 0.60 | Local Push |
The ads
light platform allows you to control your connecte ADS lights.
To use your ADS device, you first have to set up your ADS hub and then add the following to your configuration.yaml
file:
# Example configuration.yaml entry
light:
- platform: ads
adsvar: GVL.enable_light
adsvar_brightness: GVL.brightness
{% configuration %} adsvar: required: true description: The name of the boolean variable that switches the light on type: string adsvar_brightness: required: false description: The name of the variable that controls the brightness, use an unsigned integer on the PLC side type: integer name: required: false description: An identifier for the Light in the frontend type: string {% endconfiguration %}