From e3224fd55622600975aa64982c1876c864459e5a Mon Sep 17 00:00:00 2001 From: slipx06 Date: Sun, 7 May 2023 01:13:43 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0451d0df..ae84ad86 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An animated Home Assistant card to emulate the Sunsynk power flow that's shown o * Animated power flow based on positive/negative/zero sensor values. (Supports inverted battery power). * Dynamic battery image based on SOC (empty->low->medium->high). * Grid connected status. A red dot is displayed when the grid is disconnected. -* Inverter status (standby, normal, self-test, alarm, fault) is displayed as a colour coded dot. +* Inverter status (standby, normal, self-test, alarm, fault) is displayed. * Configurable battery size and shutdown SOC to calculate and display remaining battery runtime based on current battery usage. Can be toggled off. * Daily Totals that can be toggled on or off. * Hide all solar data if not installed. @@ -103,7 +103,7 @@ Requires the folowing: | Attribute | Default | Description | | --- | --- | --- | |colour:| `'#5fb6ad'`| Changes the colour of all the load card objects. Hex codes (`'#66ff00'` etc) or names (`red`, `green`, `blue` etc) | -|show_daily: | `yes` | Toggles the Daily Total `yes/no` | +|show_daily: | `yes` | Toggles the Daily Total `yes/no` Only displayed if `show_aux` is set to `no` | |show_aux: | `yes` | Toggles the diaplay of Aux `yes/no` |