mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56:35 +00:00
Add missing style (#2538)
This commit is contained in:
parent
08824b5796
commit
ca02080cf1
@ -105,6 +105,7 @@ export class HuiThermostatCard extends hassLocalizeLitMixin(LitElement)
|
||||
const stateObj = this.hass.states[this._config.entity] as ClimateEntity;
|
||||
if (!stateObj) {
|
||||
return html`
|
||||
${this.renderStyle()}
|
||||
<ha-card>
|
||||
<div class="not-found">
|
||||
Entity not available: ${this._config.entity}
|
||||
|
Loading…
x
Reference in New Issue
Block a user