From 43c23b7af982ba5e2fb03083a9e0065f22afea5e Mon Sep 17 00:00:00 2001 From: "M.J. Wydra" Date: Sat, 5 Dec 2020 11:07:25 -0600 Subject: [PATCH] add time remaining calculation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65a4a56..70fe12d 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ services: | `MQTT_QOS` | `1` | The MQTT QoS level. | | `INTERVAL` | `60` | How often (in seconds) battery2mqtt polls for battery info. | | `MONITORED_CONDITIONS` | (See below) | Battery properties to send to MQTT (must be a comma-separated string.) | -| `BATTERY_HEALTH` | 1 | Set to 1 to enable battery health percentage calculation or 0 to disable. | -| `TIME_REMAINING` | 1 | Set to 1 to enable time remaining estimate (in hours) or 0 to disable. | +| `BATTERY_HEALTH` | `1` | Set to 1 to enable battery health percentage calculation or 0 to disable. | +| `TIME_REMAINING` | `1` | Set to 1 to enable time remaining estimate (in hours) or 0 to disable. | # Monitored conditions You can specify only those conditions that you'd like to track. The default is to track `alarm, capacity, capacity_level, present, status, and voltage_now`. You can add more conditions (found at `/sys/class/power_supply/$NAME`) or choose only those you want to track. The variable in your `docker-compose.yaml` must follow this format: