Marius

Results 634 comments of Marius

not exactly sure what fixed it, but using the latest (pre-release GPT) version, and now on 2023.1 (beta), this behavior is now gone, so closing this

see: https://community.home-assistant.io/t/new-interactive-history-explorer-custom-card/369450/450 I had a quick look at your code. You’re using a very different method to modify the more info panel. You’re basically waiting for a HA expansion tag...

and merged and released. great! thank you very much indeed. > the whole thing would need to be refactored and the hardcoded DOM walking eliminated. I wouldnt mind if you...

Robert, suppose I can close this. thanks to your continued efforts, the error hasn't come back after updating to 2022.11 (might have been earlier, not 100% sure). Thanks!

just to give this a bump... would still be great to be able to set `padding: 0` globally

we apparently need to use: ``` style_label_margin: style: | .label { margin-left: 0px !important; } ``` now in Safari too... How I wish we could set this globally, or edit...

no it is still there, showing here with a somewhat cryptic screenshot, but suffice to say the large vertical gap holds a few camera's that now are not showing, because...

just a long overdue update on this: ``` state: > {{states[config.entity].state_with_unit}} ``` works nicely ;-) as does: ``` {{ states(config.entity, with_unit=True) }} ``` closing with that

depending in your requirements, you might able to use my custom_icons, see my repo. there's a CC allowing you to drop in any svg, and a custom-card that has icons...

not using this a anymore, but maybe also test the ``` badge-card: $: | div#badges { display: flex; justify-content: space-around; } ``` mod, as that is what the issue was...