From 10d85b0ffef73cf5994f3e297c9892e7aa4d01b2 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Tue, 19 Nov 2024 11:30:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d52f910..5c21181 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Install through [HACS](https://hacs.xyz/) # Note that passthrough entities have no children as they always connect to their own entity_id in the next section ``` -- `remaining_parent_state` - Used for representing the unaccounted state from this entity's parent. Formerly known as the `remaining` configuration. Useful for displaying the unmeasured state as "Other". See issue [#2](https://github.com/MindFreeze/ha-sankey-chart/issues/2) & [#28](https://github.com/MindFreeze/ha-sankey-chart/issues/28). Only 1 is allowed per group. If you add 2, the state will not be split between them but an error will appear. Example: +- `remaining_parent_state` - Used for representing the unaccounted state from this entity's parent. Formerly known as the `remaining` configuration. Useful for displaying the unmeasured state as "Other". See issue [#2](https://github.com/MindFreeze/ha-sankey-chart/issues/2) & [#28](https://github.com/MindFreeze/ha-sankey-chart/issues/28). Only 1 is allowed per group. If you add 2, the state will not be split between them but an error will appear. Obviously it must be listed in some prior entity's children. Example: ```yaml - entity_id: whatever # as long as it is unique @@ -125,6 +125,8 @@ Install through [HACS](https://hacs.xyz/) - entity_id: whatever # as long as it is unique type: remaining_child_state name: Discrepancy + children: + # the relevant child entities ``` ### Autoconfig