Skip to content

Commit

Permalink
Updates the readme, just cleanup so it looks nice.
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrham committed Feb 5, 2022
1 parent e58c0f7 commit 6f4a6be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sensor:
- platform: airthings_wave
scan_interval: 120
elevation: 998
voltage_100: 3.2
voltage_0: 2.2
```
### Optional Configuration Variables
Expand All @@ -60,9 +61,11 @@ sensor:
(float)(Optional) The current elevation in meters. Used to correct the pressure sensor to sea level conditions.
**voltage_100**
(float)(Optional) The voltage for 100% battery, calculated linearly between voltage_0 and voltage_100 (on supported device), default is 3.2
**voltage_0**
(float)(Optional) The voltage for 0% battery, calculated linearly between voltage_0 and voltage_100 (on supported device), default is 2.2
## Limitations
Expand Down

0 comments on commit 6f4a6be

Please sign in to comment.