1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Render should always return a html template (#4612)

This commit is contained in:
Bram Kragten
2020-01-27 17:34:22 +01:00
committed by Paulus Schoutsen
parent 82fb622904
commit 04f8f0f74f
237 changed files with 248 additions and 245 deletions

View File

@@ -72,7 +72,7 @@ class MoreInfoWeather extends LitElement {
return false;
}
protected render(): TemplateResult | void {
protected render(): TemplateResult {
if (!this.hass || !this.stateObj) {
return html``;
}