If you have been using an older version of this dashboard, in the august update the way the clock is rendered has changed.
Check out your template.yaml somewhere between line 10-20 and compare it with the august updates, it adds span class=“time”
Which is referenced in button_card_templates.yaml in the sidebar block under extra styles (the .time block)
It’s been a long time but now it’s time to update the dashboard to have the responsive. Thanks for this feature
However, I have a problem on one of my button-card.
If we look at the old version of my dashboard.
I have a temperature button with a grah. To make this button I made a button + a minigraph using the same coordinates to merge in one and it worked fine.
how stupid…seems like a fckn basic thing to do
is it weird that I got the stuff you described as difficult working but wasnt able to changr thr theme?
anyway, I have a completely different setup (like literally not using anything he does except plex)
But so far yesterday evening I was able to get the main dashboard and info screen working with my devices (replaced lights, user, NAS with QNAP, Device with iPad)
TVs are not replaced yet so its gonna take a bit more work but I think I made good progress. Thanks for your help! It finally looks how it is supposed to look fml
Until now it was mainly replacing entities but I guess there is much more coming up
@Mattias_Persson - Can I ask, is there a sensible way to merge the changes you make at your github repo with the local versions?
As obviously everyone is modifying the local lovelace-ui.yaml to add in their own entities etc. is the only option for us to edit in the changes you make by hand using github commit logs, or am I missing a smarter way to do this?
Maybe a stupid question but what is the best way start using this amazing lovelace? I have tried different things like copy/paste all github files etc but it resultst in allot of config check errors. Is there any basic files that you can copy to get started.
Thanks for the quick response. For now I copied the main things I need for the Lovelace to work but I keep getting a error that custom: grid-layout can not be found? I also don’t see this specific linked in the ui-Lovelace.yaml and can’t find the js file in the zip folder.
@Mattias_Persson did you run into an issue with popups not working for the hold_action on the light buttons at any time?
The information and vacuum popups work fine from the sidebar but when I hold a light button nothing is happening, any tips on troubleshooting would be really appreciated!
custom:grid-layout is part of lovelace-layout-card:
Make sure this is loaded, you can install through HACS but will need to enable it manually in configuration.yaml under the lovelace header (see configuration.yaml in matthias’ github)
I’ve also had this happen a few times during testing when I refreshed the lovelace dashboard before HA was completely done restarting
A simple F5 of the lovelace dashboard would solve it instantly
Hi everyone. Since the last update I saw that some had the same sidebar button problem. Lower the subject again with the correction and could not solve it. Do you have to modify any other file?
Another problem I have on an ipad is that the images of people are stretched to the top of the button. What could change without stopping working on android?
Since the last update the previous “markdown” cards that were being used in the sidebar, have been replace by “custom:button-card” configs in a “vertical-stack”
So, first check your ui-lovelace.yaml, specifically the sidebar portion
Then check the button_card_templates.yaml for the sidebar portion
Ofcourse check themes.yaml for the new css configs
And lastly there is a minor change in the template.yaml which I mentioned here