Add missing style (#2538)

This commit is contained in:
Paulus Schoutsen 2019-01-23 07:40:02 -08:00 committed by GitHub
parent 08824b5796
commit ca02080cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}