mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix empty classmap for thermostat card (#19078)
This commit is contained in:
parent
45b7ebbe46
commit
ce983f043e
@ -412,9 +412,7 @@ export class HaStateControlClimateTemperature extends LitElement {
|
||||
|
||||
return html`
|
||||
<div
|
||||
class="container${classMap({
|
||||
[this._sizeController.value ?? ""]: true,
|
||||
})}"
|
||||
class="container${containerSizeClass}"
|
||||
style=${styleMap({
|
||||
"--state-color": stateColor,
|
||||
})}
|
||||
|
Loading…
x
Reference in New Issue
Block a user