diff --git a/README.md b/README.md
index ee61568..f6fa629 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,12 @@ After that you will see **Account ID** and **Geiger Counter ID**
### HomeAssistant integration
After MQTT is configured in Geiger-interface, simply add to HomeAssistant configuration.yaml
-```
+```yaml
- name: "Geiger CPM"
state_topic: "esp32/CPM"
unit_of_measurement: "CPM"
icon: mdi:radioactive
- - name: "Geiger μSv/h "
+ - name: "Geiger μSv/h"
state_topic: "esp32/uSv"
unit_of_measurement: "μSv/h"
icon: mdi:radioactive
@@ -25,6 +25,9 @@ reload configuration and voilà!

+### RadMon integration
+**TBD**
+
### J3x5 Tube specification
| Property | J3x5 |
|--------------------------------------------|--------------------------------------|
@@ -42,4 +45,5 @@ reload configuration and voilà!
### Resources
- https://iot-devices.com.ua/
-- https://www.gmcmap.com/
\ No newline at end of file
+- https://www.gmcmap.com/
+- https://radmon.org/
\ No newline at end of file