From 395257742ab255b87203cc34e3084b5ccc036243 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Mon, 18 Nov 2024 15:22:44 +0200 Subject: [PATCH] chore: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a04626..d52f910 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,10 @@ Currently this chart just shows historical data based on a energy-date-selection **A:** Most probably no. There is nothing wrong with template entities and they should be the prefered approach instead of duplicating HA functionality in every card. I do make exceptions for often required features like `remaining_parent_state` but prefer to rely on HA functionality whenever I can. +**Q: My entities are not rendered where I expected** + +**A:** By default entities are displayed in the order in which they appear in the config. You can rearrange them in the YAML or use the sorting options. + ## Development 1. `npm i`