From a90c4c7066d83f93ce7d9c3eb62b76b4a717188c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 12 Sep 2016 17:47:15 +0200 Subject: [PATCH] Add missing configuration variable --- source/_components/climate.knx.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/climate.knx.markdown b/source/_components/climate.knx.markdown index 2c2d60df0e7..b59ade232dc 100644 --- a/source/_components/climate.knx.markdown +++ b/source/_components/climate.knx.markdown @@ -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 ```