esphome-geiger-counter/README.md

17 lines
317 B
Markdown
Raw Normal View History

2024-09-13 13:44:24 -06:00
# esphome-geiger-counter
2024-09-13 18:22:15 -06:00
- Wired/UART logs don't work. Use wireless logs.
- Only uSv is sent.
## Example HA Config for Statistics
```yaml
- platform: statistics
name: "Radiation (μSv)"
unique_id: geiger_counter
entity_id: sensor.geiger_counter_raw
state_characteristic: mean
max_age:
minutes: 1
```