Skip to content

Hides the header and sidebar πŸ™ˆ

Notifications You must be signed in to change notification settings

krisdoli/kiosk-mode

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

kiosk-mode

hacs_badge

Hides the header and sidebar drawer in Home Assistant

image

Installation

If you previously used custom-header you need to uninstall it from HACS

HACS

Search for Kiosk Mode and install it. Add to resources using UI or configuration.yaml

resources:
  - url: /hacsfiles/kiosk-mode/kiosk-mode.js
    type: module

Manual

Download kiosk-mode.js and place it in your www folder. Add to resources using UI or configuration.yaml

resources:
  - url: /local/kiosk-mode.js
    type: module

If you have trouble installing please read this guide

Usage

Add the query string ?kiosk to the end of your URL

https://hass:8123/lovelace/default_view?kiosk

OR name a dashboard path kiosk

views:
  - title: Tablet
    path: kiosk

Optional query strings are ?hide_header and ?hide_sidebar

Related

Credit

This is a fork of ciotlosm and corrafig gists

About

Hides the header and sidebar πŸ™ˆ

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%