Added kiosk mode

This commit is contained in:
2025-11-05 18:55:57 +01:00
parent c8cdade85c
commit 2a63241c72

View File

@@ -8,6 +8,8 @@ homeassistant:
# Load frontend themes from the themes folder # Load frontend themes from the themes folder
frontend: frontend:
themes: !include_dir_merge_named themes themes: !include_dir_merge_named themes
extra_module_url:
- /local/community/kiosk-mode/kiosk-mode.js
# Inclusions # Inclusions
automation: !include automations.yaml automation: !include automations.yaml
@@ -150,3 +152,5 @@ lovelace:
type: module type: module
- url: /hacsfiles/Bubble-Card/bubble-card.js - url: /hacsfiles/Bubble-Card/bubble-card.js
type: module type: module
- url: /local/community/kiosk-mode/kiosk-mode.js
type: module