#How do I display a calculated value on the dashboard?
1 messages · Page 1 of 1 (latest)
I would recommend doing this by creating a Helper entity to "Combine the result of several sensors": https://www.home-assistant.io/integrations/min_max
(the integration is called "min_max", but it can also do a sum operation to get a total from multiple sensors)
that gives you a separate entity that you can add to a dashboard, and it will also have history/statistics tracked.