diff --git a/components/index.html b/components/index.html
index d4abe71b20..64a2dbf80d 100644
--- a/components/index.html
+++ b/components/index.html
@@ -72,7 +72,7 @@ Support for these components is provided by the Home Assistant community.
- All (642)
+ All (643)FeaturedAdded in 0.43 (14)Added in 0.42 (14)
@@ -84,7 +84,7 @@ Support for these components is provided by the Home Assistant community.
Camera (19)Climate (17)Cover (14)
- DIY (16)
+ DIY (17)Downloading (5)Energy (11)Fan (3)
@@ -377,6 +377,7 @@ var allComponents = [
{url:"/components/notify.joaoapps_join/", title:"Join Notify", cat:"notifications", featured: false, v: 24, logo: "joaoapps_join.png"},
{url:"/components/knx/", title:"KNX", cat:"diy", featured: false, v: 24, logo: "knx.png"},
{url:"/components/binary_sensor.knx/", title:"KNX Binary Sensor", cat:"binary-sensor", featured: false, v: 24, logo: "knx.png"},
+{url:"/components/light.knx/", title:"KNX Light", cat:"diy", featured: false, v: 0, logo: "knx.png"},
{url:"/components/sensor.knx/", title:"KNX Sensor", cat:"diy", featured: false, v: 29, logo: "knx.png"},
{url:"/components/switch.knx/", title:"KNX Switch", cat:"diy", featured: false, v: 24, logo: "knx.png"},
{url:"/components/climate.knx/", title:"KNX Thermostat", cat:"diy", featured: false, v: 25, logo: "knx.png"},
diff --git a/components/knx/index.html b/components/knx/index.html
index da3f9004a1..e602952bc8 100644
--- a/components/knx/index.html
+++ b/components/knx/index.html
@@ -104,6 +104,9 @@
name (Optional): A name for this devices used within Home assistant
+
address (Required): The KNX group address that is used to turn on/off this actuator channel
+
state_address (Optional): Some KNX devices can change their state internally without any messages on the KXN bus, e.g. if you configure a timer on a channel. The optional state_address can be used to inform Home Assistant about these state changes. If a KNX message is seen on the bus addressed to the given state address, this will overwrite the state of the switch object.
+For switching/light actuators that are only controlled by a single group address and can’t change their state internally, you don’t have to configure the state address.
+
+
+
+
+
+
+
+
+
+
diff --git a/components/light/index.html b/components/light/index.html
index 0e13bb0fac..7d2366b748 100644
--- a/components/light/index.html
+++ b/components/light/index.html
@@ -263,6 +263,9 @@ in Home Assistant.
diff --git a/components/sensor.eddystone_temperature/index.html b/components/sensor.eddystone_temperature/index.html
index 78878636b4..8044db69ac 100644
--- a/components/sensor.eddystone_temperature/index.html
+++ b/components/sensor.eddystone_temperature/index.html
@@ -149,6 +149,9 @@ All beacons that support the Eddystone protocol, have a temperature sensor and c
diff --git a/components/sensor.miflora/index.html b/components/sensor.miflora/index.html
index c0391ff547..6deab7487a 100644
--- a/components/sensor.miflora/index.html
+++ b/components/sensor.miflora/index.html
@@ -152,6 +152,9 @@ Reducing polling intervals will have a negative effect on the battery life.
diff --git a/components/switch.knx/index.html b/components/switch.knx/index.html
index 1d192134f3..98766396c6 100644
--- a/components/switch.knx/index.html
+++ b/components/switch.knx/index.html
@@ -109,6 +109,9 @@ For switching actuators that are only controlled by a single group address and c
diff --git a/components/zigbee/index.html b/components/zigbee/index.html
index 71b6042da2..1269d803a4 100644
--- a/components/zigbee/index.html
+++ b/components/zigbee/index.html
@@ -154,6 +154,9 @@ The port may also appear as /dev/ttyACM* if you’re communicating with the ZigB