-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for 'Virtual' Entities #3
Comments
I can see how this would make setup easier for some cases but it seems like a lot of effort for very little gain. |
Great Card! This improvement here would be more than great. And should include perhaps "other/rest" as well, As I have a total, and some single values, but there is a big rest and I don't have an entity for this, but would like to see it as well, |
For other/rest see #2 . I plan implementing it because it is a bit cumbersome to do with templates. Virtual grouping (this issue) however is low priority because a template for it in HA is just a simple sum of sensors and many people would already have it. |
After integration with the energy dashboard this feature would be very useful. Currently, you need to add the "sum template" to the energy dashboard individual device list in order to be able to use it in the diagram. Adding those sums to the individual device list will show the energy usage twice. |
I recently laid the groundwork for this and it may even be possible already but haven't tested it. In theory if a bunch of entities have a single parent with |
This grouping works in both directions now. Added a FAQ section to README with some explanation |
Creating a detailed Sankey Chart requires making template sensors with the sum of the values of its children. It would be nice to not having such requirement, as I end up having to create a ton of templates that are only used for this chart but nowhere else.
Describe the solution you'd like
It will be nice to have the ability to point to a node without an entity_id:
Describe alternatives you've considered
I created a dozen template entities that are sum of the values of various sensors.
The text was updated successfully, but these errors were encountered: