From 9f1bd1e085aed7d1bdbc19d623d234a37235f462 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 1 May 2023 14:46:54 +0200 Subject: [PATCH] Fix unused entities (#16359) --- src/panels/lovelace/hui-root.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts index 6fda17d966..02b18b6122 100644 --- a/src/panels/lovelace/hui-root.ts +++ b/src/panels/lovelace/hui-root.ts @@ -1063,7 +1063,8 @@ class HUIRoot extends LitElement { padding-right: env(safe-area-inset-right); padding-bottom: env(safe-area-inset-bottom); } - hui-view { + hui-view, + hui-unused-entities { flex: 1 1 100%; max-width: 100%; }