Update README.md
HomeAssistant configuration
This commit is contained in:
19
README.md
19
README.md
@@ -1,5 +1,24 @@
|
|||||||
# Geiger-interface
|
# Geiger-interface
|
||||||
|
|
||||||
|
### HomeAssistant integration
|
||||||
|
After MQTT is configured in Geiger-interface, simply add to HomeAssistant configuration.yaml
|
||||||
|
|
||||||
|
```
|
||||||
|
- name: "Geiger CPM"
|
||||||
|
state_topic: "esp32/CPM"
|
||||||
|
unit_of_measurement: "CPM"
|
||||||
|
icon: mdi:radioactive
|
||||||
|
- name: "Geiger μSv/h "
|
||||||
|
state_topic: "esp32/uSv"
|
||||||
|
unit_of_measurement: "μSv/h"
|
||||||
|
icon: mdi:radioactive
|
||||||
|
```
|
||||||
|
|
||||||
|
reload configuration and voilà!
|
||||||
|
|
||||||
|
<img src="assets/ha1.png" width="600"><br>
|
||||||
|
<img src="assets/ha2.png" width="600">
|
||||||
|
|
||||||
### J3x5 Tube specification
|
### J3x5 Tube specification
|
||||||
| Property | J3x5 |
|
| Property | J3x5 |
|
||||||
|--------------------------------------------|--------------------------------------|
|
|--------------------------------------------|--------------------------------------|
|
||||||
|
|||||||
Reference in New Issue
Block a user