Update ADS documentation (#4145)

This commit is contained in:
Fabian Affolter 2017-12-06 08:10:25 +01:00 committed by GitHub
parent 39bed44f77
commit 93f964b786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 54 additions and 73 deletions

View file

@ -7,14 +7,15 @@ sidebar: true
comments: false
sharing: true
footer: true
logo: home-assistant.png
logo: beckhoff.png
ha_category: Light
ha_release: 0.60
ha_release: "0.60"
ha_iot_class: "Local Push"
---
To use your ADS device, you first have to set up your [ADS
hub](/components/ads/) and then add the following to your `configuration.yaml`
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](/components/ads/) and then add the following to your `configuration.yaml`
file:
```yaml
@ -25,8 +26,6 @@ light:
adsvar_brightness: GVL.brightness
```
Configuration variables:
{% configuration %}
adsvar:
required: true
@ -40,4 +39,4 @@ Configuration variables:
required: false
description: An identifier for the Light in the frontend
type: string
{% endconfiguration %}
{% endconfiguration %}