kiosk-mode
๐ Hides the Home Assistant header and/or sidebar
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- build.yaml
- ha-beta-tests.yaml
- hacs.yaml
- test.yaml
- dependabot.yml
- FUNDING.yml
- release-drafter.yml
- assist_pipeline.pipelines
- auth
- auth_provider.homeassistant
- bluetooth.passive_update_processor
- core.analytics
- core.area_registry
- core.config
- core.config_entries
- core.device_registry
- core.entity_registry
- core.restore_state
- core.uuid
- frontend.user_data_ec313e3c38fb4d60b44e0db03cdc1250
- homeassistant.exposed_entities
- http
- http.auth
- lovelace.map
- lovelace_dashboards
- map
- onboarding
- person
- repairs.issue_registry
- trace.saved_traces
- motion_light.yaml
- notify_leaving_zone.yaml
- confirmable_notification.yaml
- kiosk-mode.yaml
- change_to_storage_mode.sh
- .HA_VERSION
- automations.yaml
- configuration.yaml
- home-assistant.log
- home-assistant.log.1
- home-assistant.log.fault
- home-assistant_v2.db
- home-assistant_v2.db-shm
- home-assistant_v2.db-wal
- known_devices.yaml
- scenes.yaml
- scripts.yaml
- secrets.yaml
- ui-lovelace-account.yaml
- ui-lovelace-assistant.yaml
- ui-lovelace-context-menu.yaml
- ui-lovelace-edit-dashboard.yaml
- ui-lovelace-header.yaml
- ui-lovelace-menu-button.yaml
- ui-lovelace-mouse.yaml
- ui-lovelace-notifications.yaml
- ui-lovelace-overflow-mouse.yaml
- ui-lovelace-overflow.yaml
- ui-lovelace-refresh.yaml
- ui-lovelace-reload-resources.yaml
- ui-lovelace-search.yaml
- ui-lovelace-sidebar.yaml
- ui-lovelace-unused-entities.yaml
- ui-lovelace.yaml
- kiosk-mode-es5.js
- kiosk-mode.js
- climate-entities-card-elements.png
- more-info-button.png
- lovelace-dashboard.png
- more-info-dialog-climate-entity.png
- more-info-dialog-history-logbook-attributes.png
- more-info-dialog-light-entity.png
- more-info-dialog-media-entity.png
- more-info-dialog-timer-entity.png
- more-info-dialog-update-entity.png
- overflow-menu.png
- index.ts
- index.ts
- index.ts
- index.ts
- console-messenger.ts
- kiosk-mode.ts
- 01-kiosk.png
- 02-hide-header.png
- 03-hide-sidebar.png
- 04-hide-menubutton.png
- 05-hide-settings.png
- 06-hide-notifications.png
- 07-hide-account.png
- 08-hide-settings-hide-notifications-and-hide-account.png
- 09-hide-add-to-home-assistant.png
- 10-hide-search.png
- 11-hide-assistant.png
- 12-hide-overflow.png
- 13-hide-refresh.png
- 14-hide-unused-entities.png
- 15-hide-reload-resources.png
- 16-hide-edit-dashboard.png
- 01-hide-dialog-header-breadcrumb-navigation.png
- 02-hide-dialog-header-history.png
- 03-hide-dialog-header-settings.png
- 04-hide-dialog-header-overflow.png
- 05-hide-dialog-header-action-items.png
- 06-hide-dialog-history.png
- 07-hide-dialog-logbook.png
- 08-hide-dialog-update-actions.png
- 09-hide-dialog-media-actions.png
- 10-hide-dialog-climate-actions.png
- 11-hide-dialog-climate-temperature-actions.png
- 12-hide-dialog-climate-settings-actions.png
- 13-hide-dialog-light-actions.png
- 14-hide-dialog-light-control-actions.png
- 15-hide-dialog-light-color-actions.png
- 16-hide-dialog-light-settings-actions.png
- 17-hide-dialog-timer-actions.png
- 18-hide-dialog-history-show-more.png
- 19-hide-dialog-logbook-show-more.png
- 01-kiosk.png
- 02-hide-header.png
- 03-hide-sidebar.png
- 04-hide-menubutton.png
- 05-hide-settings.png
- 06-hide-notifications.png
- 07-hide-account.png
- 08-hide-add-to-home-assistant.png
- 09-hide-search.png
- 10-hide-assistant.png
- 11-hide-overflow.png
- 12-hide-refresh.png
- 13-hide-unused-entities.png
- 14-hide-reload-resources.png
- 15-hide-edit-dashboard.png
- 16-hide-dialog-header-breadcrumb-navigation.png
- 17-hide-dialog-header-history.png
- 18-hide-dialog-header-settings.png
- 19-hide-dialog-header-overflow.png
- 20-hide-dialog-header-action-items.png
- 21-hide-dialog-history.png
- 22-hide-dialog-logbook.png
- 23-hide-dialog-update-actions.png
- 24-hide-dialog-media-actions.png
- 25-hide-dialog-climate-actions.png
- 26-hide-dialog-climate-temperature-actions.png
- 27-hide-dialog-climate-settings-actions.png
- 28-hide-dialog-light-actions.png
- 29-hide-dialog-light-control-actions.png
- 30-hide-dialog-light-color-actions.png
- 31-hide-dialog-light-settings-actions.png
- 32-hide-dialog-timer-actions.png
- 33-hide-dialog-history-show-more.png
- 34-hide-dialog-logbook-show-more.png
- index.ts
- index.ts
- 01 - main-options.spec.ts
- 02 - more-info-dialogs.spec.ts
- 03 - url-parameters.spec.ts
- 04 - caching.spec.ts
- 05 - storage-mode.spec.ts
- global.d.ts
- .gitignore
- AUTHORS
- eslint.config.mjs
- example.png
- hacs.json
- KIOSK-MODE-COMPLEMENTS.md
- LICENSE
- package.json
- playwright.config.ts
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- rollup.config.mjs
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/NemesisRE/kiosk-mode
Downloads the entire project code from GitHub to your computer.
cd kiosk-mode
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
