I’m building my HA as I can and with that I’m adding sensors from time to time.
This weekend I’ve added 4 new sensors to my system.
Every time I do this I find myself in a struggle.
Maybe I’ve been doing this wrong but I have several dashboards set up.
Some of my cards are duplicated between the dashboards.
When I add sensors I find I have to update the associated card on every dashboard.
Is there a way to configure them to automatically update if a sensor is added or removed?
Thanks in advance.
No there is no way to do this other than design your dashboards to not have duplicates.
There’s a feature request for it somewhere.
1 Like
Consider a custom decluttering card.
There is a dedicated thread for discussing it.
But if you need to use same card between several dashboards (not several views within same dashboard) - if you are using dashboards in a “storage mode” you will have to repeat a definition of a corresponding decluttering template inside each dashboard; in case of using dashboards in “yaml mode” it is much simpler, edit a decluttering template in one place, use anywhere.
The Lovelace_gen integration can do this, but it will be exclusively YAML mode then.
Thanks.
At least you’ve confirmed I’m not doing something wrong.