Add missing configuration variable

This commit is contained in:
Fabian Affolter 2016-09-12 17:47:15 +02:00
parent f8fdb75198
commit a90c4c7066
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -23,6 +23,7 @@ To use your KNX thermostats in your installation, add the following to your `con
climate:
- platform: knx
name: KNX Thermostat
address : KNX_ADDRESS
temperature_address: 0/1/1
setpoint_address: 0/1/0
```