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