I’m having problems using popups. The elements do not load inside them. They are all configured in configuration.yaml file. What could be causing this?
I am curious if someone has already tried this here by any chance. I would like to make the titles of all the Grid boxes clickable. This way, when I click on the respective “Living Room,” I can display all the lamps in a pop-up. Does anyone have an idea how to do this?
Thanks!
Might be because you don’t have a unit for 0.6 in calc(var(--button-card-letter-spacing) * 0.6);? try adding a unit whether that’s % or vw etc and see if it has any effect. Otherwise, inspect that element with dev tools and see if there’s any CSS rule that has an error.
First, thank you all for the great support.
I’m still facing the issue that the title in the pop-ups is not correct. I already replaced the browser_mod.js and browser_mod_panel.js and I tried to clear the cache in my apps. Only in chrome the title in the pop-ups is correct, but in safari or in the IOS/IpadOS application it is not correct.
Hi, Daniel. How are you?
Im trying to use your cards, but no success.
I created widgets.yalm on template folder and paste lovelace code exactly like you posted here (only changed entities).
But nothing appears in dashboard.
Hi there!
Loving this theme but I cannot get the media card to work properly and after a week of trying to figure this out my last option is to ask here for help.
I’m obviously new to home assistant and yaml coding but I’m willing to learn I just don’t even know what I should be looking at.
So my issue is that the media card does not show currently active device at all and i can’t get the plex card to work (it’s giving me a huge error when i try to add the sensor)
I think i need to define my entities somewhere for the conditional media to work but i can’t even figure that out.
I know this is for more advanced users but i would love to get this working somehow.
hello! thanks for contributing!Sorry to trouble u!
There is an error occur in me.
Custom element doesn’t exit: grid-layout.
Is it according to the installation instructions that I have not installed any plugins?
Thanks!
Anyone solve for a device that keeps toggling its state value on and off while always on?? I have a TV that, when ‘Off’ properly reports ‘Off’. When it is ‘on’, it will report ‘On’ for 15 seconds and then ‘Off’ for 10 seconds, over and over and over. The whole time, the TV is on. This is not a code issue or HomeAssistant issue, this is the TV being problematic. I come to that conclusion by watching the entity state in the Developer Tools>Template area. So, I am looking for a way to tell it not to display as ‘off’ until I get at least 30 seconds of a stable-off state. Any suggestions???