Unfortunately not, this part is under styling of the state-icon, not the custom-thermostat-popup-card. If I increase this height to 500px or for example 30vw only this label-icon height gets bigger and ugly
One more thing, how can I change style for homekit-panel-card. I have tried like is stated in documentation:
- type: "custom:homekit-card"
style: |
:host {
--tile-background: rgba(255, 255, 255, 0.8);
--tile-border-radius: 12px;
--tile-width: 100px; -> this part
--tile-height: 100px; -> this part
--tile-on-background: rgba(255, 255, 255, 1);
--tile-name-text-color: rgba(0, 0, 0, 0.4);
--tile-on-name-text-color: rgba(0, 0, 0, 1);
--tile-state-text-color: rgba(0, 0, 0, 0.4);
--tile-on-state-text-color: rgba(0, 0, 0, 1);
--tile-state-changed-text-color: rgb(134, 134, 134);
--tile-unavailable-state-text-color: rgba(255, 0, 0, 1);
--tile-value-text-color: rgba(255, 0, 0, 1);
--tile-icon-color: rgba(0, 0, 0, 0.3);
--tile-on-icon-color: #f7d959;
--tile-width-mobile: 90px;
--tile-height-mobile: 90px;
}
to change tile height but without any success. The problem is that on my Tablet in Fully Kiosk browser and in Kiosk mode when I enter all lights section I can’t see all the cards and I can’t scroll down…Maybe smaller homekit tile will do the trick but I can’t resize them - please see pictures:
Lovelace on my laptop:
Lovelace on my tablet: