Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: maykar/kiosk-mode

1.4.1

07 Nov 23:14
cefc135
Compare
Choose a tag to compare
  • Fix conditional kiosk option

1.4.0

07 Nov 21:06
d64b295
Compare
Choose a tag to compare
  • Adds conditional Lovelace config
  • Hides menu button when sidebar is hidden

1.3.4

06 Nov 19:42
31411cc
Compare
Choose a tag to compare
  • Performance improvements

1.3.3

05 Nov 22:57
ec3c000
Compare
Choose a tag to compare

Breaking Change:

The two utility query strings have changed to: ?disable_km and ?clear_km_cache

What's changed:

  • Quick fix for run condition

1.3.2

05 Nov 22:42
d5dce19
Compare
Choose a tag to compare

Breaking Change:

The two utility query strings have changed to: ?disable_km and ?clear_km_cache

What's New:

  • Add a Lovelace configuration method
  • Make utility query strings more unique

1.3.1

03 Nov 17:32
a7db881
Compare
Choose a tag to compare
  • Replace remaining timeout with observer for better performance

1.3.0

03 Nov 12:40
Compare
Choose a tag to compare
  • Use mutation observers rather than timeout
  • Use babel and uglify for speed and support

1.2.2

01 Nov 20:06
039fc16
Compare
Choose a tag to compare
  • Release to update HACS readme

1.2.1

01 Nov 16:04
c079361
Compare
Choose a tag to compare
  • Fixes a dashboard/cache bug

1.2.0

01 Nov 13:03
Compare
Choose a tag to compare

@maykar came by and fixed every issue and added a new feature 🎉

  • No longer need to reload the page for kiosk to take effect
  • Going from one dashboard to another will respect your settings
  • Fixes the view height so that view's fill the screen in kiosk mode
  • Streamlines some things to not repeat styling or resizing, etc

New cache feature

If you add cache to the end of the URL it will cache your preferences and will persist between views and dashboards. Example: ?hide_header&cache will make it so that every view and dashboard will hide the header (works for all options).

Putting ?clear_cache in the URL will clear those cached preferences ?disable_kiosk will temporarily disable any modification. You can also set your cache per device, so you can set ?hide_header&cache on one device and ?kiosk&cache on another.