From 2a63241c72acd26f7858074d5bf672b259c0e389 Mon Sep 17 00:00:00 2001 From: ttrabatt Date: Wed, 5 Nov 2025 18:55:57 +0100 Subject: [PATCH] Added kiosk mode --- configuration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 219c376..e2959f5 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -8,6 +8,8 @@ homeassistant: # Load frontend themes from the themes folder frontend: themes: !include_dir_merge_named themes + extra_module_url: + - /local/community/kiosk-mode/kiosk-mode.js # Inclusions automation: !include automations.yaml @@ -150,3 +152,5 @@ lovelace: type: module - url: /hacsfiles/Bubble-Card/bubble-card.js type: module + - url: /local/community/kiosk-mode/kiosk-mode.js + type: module