From 077802f972eda49a54466370bc4cef06fbffbe96 Mon Sep 17 00:00:00 2001 From: Yosi Levy <37745463+yosilevy@users.noreply.github.com> Date: Sat, 11 Jul 2020 23:17:14 +0300 Subject: [PATCH] Added missing label to translations (#6362) --- .../lovelace/editor/lovelace-editor/hui-lovelace-editor.ts | 6 ++++-- src/translations/en.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/panels/lovelace/editor/lovelace-editor/hui-lovelace-editor.ts b/src/panels/lovelace/editor/lovelace-editor/hui-lovelace-editor.ts index 1163f71680..1e78a531ec 100644 --- a/src/panels/lovelace/editor/lovelace-editor/hui-lovelace-editor.ts +++ b/src/panels/lovelace/editor/lovelace-editor/hui-lovelace-editor.ts @@ -22,7 +22,7 @@ declare global { @customElement("hui-lovelace-editor") export class HuiLovelaceEditor extends LitElement { - @property() public hass?: HomeAssistant; + @property() public hass!: HomeAssistant; @property() public config?: LovelaceConfig; @@ -38,7 +38,9 @@ export class HuiLovelaceEditor extends LitElement { ${configElementStyle}