Do you know if there is a way to have your config above and still have the Home Assistant dark mode get applied?
A few of us are unable to get this going. Once you set a theme, the dark mode no longer gets applied. We even created a theme called ādefaultā but it only shows the light mode colors.
Nice! How well does it do on mobile? Do the top of cards get cut off in edit mode?
mayker
(maykar (pronounced "maker" with a southern accent))
150
@stephack This is literally the first card-mod config Iāve made, so I donāt really know how to help with that.
@KTibow Just noticed that they do, but it should be easy enough to fix that since you can check for both edit mode and mobile. Otherwise, it works as it should on mobile.
Edit: Looks like that edit mode fix might not be as easy as I thought since the element that is causing the shift isnāt contained in the element that indicates edit mode. Iāll look into it more when I can.
There is no swipe, I donāt want it either, I just want to remove the 3 points on the right and if it is not too much to ask, change the color of the views that are not active.
I would like to have it as before:
Excuse me, Iām not sureā¦ does this part belong in the ui.lovelace.yaml as well as the ācustom_headerā entry before? I have taken your example here, but my header doesnāt change at all.
What am I doing wrong or what do I not understand correctly?
You know the way this SHOULD work would be if this was a theme called compact-header or whatever and it overrode a theme called my-original-theme
So then I could select compact-header as the theme and it would load in the my-original-theme. Then if I want to use a different theme, instead of adding loads of code to every theme I could change just that one line in the compact-header theme. This would be really useful.
Update: Found it myself. You add it to the āthemeā.yaml.
In my case I was using dark_mint.yaml.
What I did is copy dark_mint.yaml and created a new folder ch and copied dark_mint.yamls as ch.yaml and then added the code to the start of the file. Then I went to the display that had HA on it, and chose the ch theme. It then worked like a charm. Looks exactly as when I used the Customer Header addon