I really like the look of the climate entity popup:
However I can’t seem to be able to recreate it with the thermostat card.
Can somebody help me how to show those buttons so small and next to each other?
And show the temp / humidity like that?
I really like the look of the climate entity popup:
However I can’t seem to be able to recreate it with the thermostat card.
Can somebody help me how to show those buttons so small and next to each other?
And show the temp / humidity like that?
Can you clarify what two cards you are comparing?
They are comparing the climate card with the climate card pop-up.
They want to be able to use the pop-up as the main card.
I thought there was a third party card to allow use of any pop-up as a main card but all I can find is custom pop-up cards. Maybe I dreamed it.
For some reason I was thinking there was too. Better Thermostat UI came to mind.
Doable with card mod, but so many elements in the standard climate card
Is that still up to date? Haven’t messed with in a while?
Hasn’t been updated for quite a while but there are no issues indicating it has stopped working. Though card mod may be required for this use case. See: Termostat card is showing too much info · Issue #26 · thomasloven/lovelace-more-info-card · GitHub
I’ll test it again.
Thanks a lot for the help.
I can confirm it still works:
type: custom:more-info-card
title: " "
entity: climate.woonkamer
card_mod:
style: |
state-card-content {
display: none
}
Appreciate the update!!!