With the release of 2022.11, cards (buttons) are now outlined rather than shadowed. All of my custom buttons now look terrible due to the stacking configuration. Extract from release notes.
The default dashboard theme has been adjusted to move a little closer to the new Material Design 3 guidelines. Borders around cards are now outlined (instead of having a shadow), and corners are a little more rounded.
I gather that Card Mod is the best solution to remove the border?
Trying to create a button that shows basic solar info. Stole a format normally used for system monitoring and adapting, but stumbling on issue with rounding. Prefer to have rounded to full watts and in some cases divide by 1000 to create KWH . How do I add this to the template? Rounding and or creating KWH from watts.
Hi,
with the new update to 2022.11 and its new round edges, suddenly all nested cards do now also have grey outer lines, where before they did not have any (as intended):
I am talkin about the grey boxes in the corners, those are nested custom button cards that before did not have any lines around them.
Does anyone know an easy fix (without card-mod?!) how to get the previous way of displaying it back again?
Thx, have to admit that I missed that when scrolling through and more looking for the pictures. - border: none
fixed it, also without card-mod
Your generic fix I do not really understand after reading it twice. This needs installation of another project, mod-card, that can change the general layout of all cards as a theme, so reverting the round edges of 2022.11?
no, the mod-card was directed to a special card setup, which after all wasnt required .
the generic fix, is adding this to your theme settings, and be done with it. Using it in the themes, this gets applied it to all cards in HA, and no more individual card settings/mods are required.
I need this more beginner-friendly
So far I have not done anything with themes.
The help says, you would define themes in the configuration.yaml. with the example
somehow belong into there (how exactly)? Does the generic mean, that it changes the default/generic layout that is being used without being explicitley defined/selected by me anywhere?
yes, that would do it, and you’d have to select the theme in the profile page, or set it through a service.
note the dialog-border-radius is specifically for the dialog panels, and now inherits the 0px. Personally, I find the new styling way to playful, not business like. So I try to take out those rounded corners everywhere.
If you dont want that, (if you do like the rounded dialogs) just leave that line out.
Hi, I really like the style of this button-card (color, icon etc). Do you have all your Home Assistant with this style? Could you post some screenshots of your dashboard and possibly the yaml code? thank you
great work so I first try to use the buton for a liitle special function:
I have a parking heater at my car and only two entities for starting and stopping, so I create a service to start a timer and heating. With the custom button I want to let start and show the timer with this yaml: