home-assistant.io/source/_components/switch.ads.markdown
2017-12-06 08:10:25 +01:00

940 B

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page ADS Switch Instructions on how to set up ADS switches within Home Assistant. 2017-10-25 10:00 true false true true beckhoff.png Switch 0.60 Local Push

The ads switch platform accesses a boolean variable on the connected ADS device. The variable is identified by its name.

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
switch:
  - platform: ads
    adsvar: .global_bool

{% configuration %} adsvar: required: true description: The name of the variable which you want to access on the ADS device. type: string name: required: false description: An identifier for the switch in the frontend. type: string {% endconfiguration %}