From 6f4a6be526ad1ab64f2bc6de17ba929248f0b9af Mon Sep 17 00:00:00 2001 From: sverre Date: Sat, 5 Feb 2022 20:11:08 +0100 Subject: [PATCH] Updates the readme, just cleanup so it looks nice. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 387d3d6..6711ca6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ sensor: - platform: airthings_wave scan_interval: 120 elevation: 998 + voltage_100: 3.2 voltage_0: 2.2 ``` ### Optional Configuration Variables @@ -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