diff --git a/README.md b/README.md
index 2217179814db02bbc79a4d05955b82734ea0d489..409b1f2563f17312004a12442e5e9b5d11e272a1 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This package is based on the work of Maximilian Clemens [(see Acknowledgements)]
 - Temperature
 
 </details>
-<details><summary>FRITZ!DECT 200</summary>
+<details><summary>FRITZ!DECT 200/210</summary>
 
 - App lock
 - Device lock
@@ -24,7 +24,7 @@ This package is based on the work of Maximilian Clemens [(see Acknowledgements)]
 - Voltage
 
 </details>
-<details><summary>FRITZ!DECT 302</summary>
+<details><summary>FRITZ!DECT 301/302</summary>
 
 - App lock
 - Battery
@@ -35,7 +35,17 @@ This package is based on the work of Maximilian Clemens [(see Acknowledgements)]
 
 </details> 
 
-So if you want the package to be extended to support your sensors as well, see [Want to Contribute?](CONTRIBUTING.md) Also, my FRIT!BOX is not brand new, so it may not include all the features that the Smnarthome devices support. E.g. window open/close for the FRITZ!DECT 302.
+<details><summary>FRITZ!DECT 440</summary>
+
+- Battery
+- Button
+- Device status
+- Humidity
+- Temperature
+
+</details> 
+
+So if you want the package to be extended to support your sensors as well, see [Want to Contribute?](CONTRIBUTING.md).
 
 ---
 ### Acknowledgments
@@ -54,8 +64,10 @@ This packages is based on the werk by [MaximilianClemens](https://github.com/Max
 | Device status          | fritzbox_smarthome.py              | the base check plugin                                          |
 | App lock               | fritzbox_smarthome_app_lock.py     | shows if the device can be accessed by App, Phone or UI        |
 | Battery                | fritzbox_smarthome_battery.py      | shows the the battery state                                    |
+| Button                 | fritzbox_smarthome_button.py       | shows when a button was last pressed                           |
 | Device Lock            | fritzbox_smarthome_device_lock.py  | shows if the buttons on the device are locked or not           |
 | Energy, Power, Voltage | fritzbox_smarthome_power_meter.py  | shows electrical energy, electrical power and  voltage         |
+| Humidity               | fritzbox_smarthome_humidity.py     | shows the relative humidity                                    |
 | Power Socket           | fritzbox_smarthome_power_socket.py | shows the status of a switchable power socket                  |
 | Switch                 | fritzbox_smarthome_switch.py       | shows the status of a simple switch (on/off)                   |
 | Temperature            | fritzbox_smarthome_temperature.py  | shows the temperature and offset of a temperature sensor       |
@@ -64,6 +76,8 @@ This packages is based on the werk by [MaximilianClemens](https://github.com/Max
 
 </details>
 
+There is also a basic dashboard for AVM devices included.
+
 ---
 ### Usage