Replies: 1 comment
-
Replying to my own discussion :-) After playing around some I have been able to achieve close to a desired result of clear large sensor display so some of my earlier comments are no-longer valid. This dashboard is shown in "kiosk mode" on a small (old) 7inch android tablet that is stuck to the wall with velcro. I am pleased with the result, but still have a couple of suggestions for enhancements. Some comments:
Things I would like to see in future:
Perhaps such elements could be tertiary/quaternary information, and the state display could be definable? The upshot of all this is that I can remove over 300 lines of custom button-card configuration, and get something that on the whole looks a lot better. I will be working on similar updates to my nest hub dashboards next. |
Beta Was this translation helpful? Give feedback.
-
Having just started to look at mushroom cards I was immediately excited to try to replace my button-card based dashboards. My dashboards are designed for wall hanging tablet, or google nest display, so they should be clean and with a text large enough to be read from some distance. It would be great to get away from that complicated template setup that button-card requires, and needs to be pasted as a large block into the raw text editor.
So far I have managed to get about half-way with a clean dashboard. In its simplest form I want a dashboard like this:
The date and time cards are already migrated to use mushroom entity card, but the sensor cards at the bottom use button-card with some 300 lines of template code to achieve. The date and time rely on card_mod, but the formatting was relatively straightforward. A complete mushroom solution would mean a substantial tidy up would be possible.
So far my mushroom version of the same dashboard looks like this:
As you can see, the 3 sensor cards along the bottom, using mushroom, have a similar layout to the current button-card solution (defined mainly with custom theme that I have made for the panel). However, what I am struggling with now is:
So my point is, what if we had the possibility to add additional fields - tertiary, and quaternary for example - that could be populated with user defined attributes, and some control over positioning of those? In addition I would like to be able to choose raw state without units for display. I would hope that such an additional functionality would not break the simple aspect of mushroom? It would certainly take some of the headache away from fiddling about with button-card.
Beta Was this translation helpful? Give feedback.
All reactions