- 
+
+
+
+
Home Assistant
${hass.config.version}
diff --git a/src/panels/lovelace/components/hui-entities-toggle.ts b/src/panels/lovelace/components/hui-entities-toggle.ts
index b135cd854e..2d5feeaa8b 100644
--- a/src/panels/lovelace/components/hui-entities-toggle.ts
+++ b/src/panels/lovelace/components/hui-entities-toggle.ts
@@ -41,6 +41,7 @@ class HuiEntitiesToggle extends LitElement {
return html`
{
const stateObj = this.hass!.states[entityId];
return stateObj && stateObj.state === "on";
diff --git a/src/panels/lovelace/components/notifications/hui-notifications-button.ts b/src/panels/lovelace/components/notifications/hui-notifications-button.ts
index c56d2931a1..023764e8a9 100644
--- a/src/panels/lovelace/components/notifications/hui-notifications-button.ts
+++ b/src/panels/lovelace/components/notifications/hui-notifications-button.ts
@@ -23,6 +23,7 @@ class HuiNotificationsButton extends LitElement {
protected render(): TemplateResult | void {
return html`
diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts
index ab1144e4b5..53c7467b93 100644
--- a/src/panels/lovelace/hui-root.ts
+++ b/src/panels/lovelace/hui-root.ts
@@ -144,6 +144,7 @@ class HUIRoot extends LitElement {
horizontal-offset="-5"
>