Thanks for your reply, Thomas!
I also tried this and the mod-card takes the full height but then the vertical-stack inside still doesnât apply a height of 100%.
Iâve now tried this:
When exploring the cards using the element inspector, you might run into something called a shadow-root and notice that you canât apply styles to anything inside that.
Each card is in a shadow-root, so you need to specifically set the height of every card.
Iâm using this successfully with some entity-filter cards (doors/locks/windows/etc). However, when my front door is unlocked, the card pops up with a red background , so I know the door is unlocked - but the font color on the âLOCKâ text next to it is blue, because of my theme. It looks horrible with blue font on red background. I went through the documentation, but canât seem to find a config or parameter to put that will change the font color of an action/button that gets displayed to click. Any ideas?
popup_cards:
sensor.my_sensor:
title: Title
style:
popup_window: styles
go: here
note: the different format
card:
type: entities
style: |
ha-card {
embedded-card: styles go here;
}
Well Iâm ALMOST finished with my Lovelace Panel for my tablet but I canât seem to get a horizontal stack card to increase itâs height. The card contains two gauges and no matter what I do they wonât stretch out the tile? Any help???
Iâm still missing something - which selector do I use for popup_window? ha-card doesnât work (to be expected), but I tried using all the tags under the âha-more-info-dialogâ tag inkluding âha-more-info-dialogâ itself.
Is it possible to hide an entity icon when using the Entity card panel in lovelace? Iâve tried show_icon: false and it doesnât seem to take. Any ideas?
Thanks! But now Iâm even more confusedâŠI assume the âhui-sensor-entity-rowâ and âhui-generic-entity-rowâ are specific to your entity types. Where do I find those variables in my card??
Itâs true for hui-sensor-entity-row. It will depend on your entity type. Hui-generic-entity-row is generic and common whatever types you use, youâll have one for each entity row.
You need to use the « Inspect element « tool over(or just next below) the entity element you want to know. It will show you the html DOM, then youâll have to drill down a bit to find the element block name.
Or just past your card here, you might get some more helpâŠ
This is part of a HA Wall Tablet setup with just a pretty simple entity card. I was hoping to remove the volume icon on the entity line and make the volume slider a little bigger for those of us with big fingers in my household who want to turn down the volume on the kids music. lol. See below:
The above sample is Desktop friendly but please note that changing scale size can have side effect on smaller screen devices, on my iPhone SE, scale 1.4 is a maximum.
Also if you want to change that, you might need to adapt font-size according to the scale you set. Bigger scale means smaller font-size as scaling as effect on font size size too.