From 0c1b8abe039c7e86f8c6e9f8ca610f9cc7acde06 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 2 Oct 2024 16:20:53 +0200 Subject: [PATCH] Fix hassio entrypoint (#22194) --- hassio/src/entrypoint.js.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hassio/src/entrypoint.js.template b/hassio/src/entrypoint.js.template index 8cc7ba82fd..db0cf25251 100644 --- a/hassio/src/entrypoint.js.template +++ b/hassio/src/entrypoint.js.template @@ -13,10 +13,11 @@ <% for (const entry of es5EntryJS) { %> loadES5("<%= entry %>"); <% } %> + } } else { <% for (const entry of es5EntryJS) { %> loadES5("<%= entry %>"); <% } %> } - } })(); + \ No newline at end of file