From 9642f1ad29affc9cfd3a3cd95880e8dab635b401 Mon Sep 17 00:00:00 2001 From: "M.J. Wydra (Jay)" Date: Fri, 4 Dec 2020 21:02:45 -0600 Subject: [PATCH] Initial commit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d302e2..a81e6a9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,11 @@ services: | `MONITORED_CONDITIONS` | (See below) | Battery properties to send to MQTT (must be a comma-separated string.) | # 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: `alarm,capacity,capacity_level,present,status,voltage_now` +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: + +``` +alarm,capacity,capacity_level,present,status,voltage_now +``` # Example Home Assistant configuration ```yaml