kiosk-mode icon indicating copy to clipboard operation
kiosk-mode copied to clipboard

🙈 Hides the Home Assistant header and/or sidebar

Results 21 kiosk-mode issues
Sort by recently updated
recently updated
newest added

Is there any way to temporarily disable kiosk-mode by moving the mouse to the left/top edge of Lovelace? Or, maybe a keyboard hotkey? If not, perhaps you might consider this...

enhancement

``` /local/lovelace/resources/kiosk-mode/kiosk-mode.js?v=1.2.1:13:51 TypeError: null is not an object (evaluating 'e.shadowRoot.querySelector("hui-root").shadowRoot') ``` appearing in the homeassistant.log, tbh, I don't know yet when/why this happens. Using this config: ``` # https://github.com/maykar/kiosk-mode#config-options admin_settings:...

This might not be obvious to some users :)

i am using the following solution to activate my wall mounted iPad: https://community.home-assistant.io/t/turn-on-ipad-screen-with-a-sensor-for-dashboard/142011 with settings "hide_header: false" and "hide_sidebar: false" the notifications are ignored, so the iPad display won't turn...

This is part of my Lovelace config but isn't working on my little 7 inch screen with 800x480 resolution. It still shows the side menu. Using the same user in...

Should it be possible to do this: (or similar)? ``` kiosk_mode: non_admin_settings: - entity: input_boolean.hide_sidebar: 'on' hide_sidebar: true ``` If not, consider this a feature request :)

Not sure if this has been asked before, forgive me if I missed it in the search. Would you be willing to consider adding an option for hiding the Chevrons?...

It would be really nice if this add-on could detect the following message that pops up on the screen: > The Lovelace UI configuration for this dashboard was updated. Refresh...

when kiosk-mode plugin is loaded as resource, without anything further, the `visible:` option in Lovelace views stops working. ``` title: Settings motion path: settings_motion visible: - user: !secret admin ```...

I am using the following in lovelace.yaml kiosk_mode: user_settings: - users: - tablet hide_sidebar: true but I find that it hides also the first panel icon. See screenshots. Maybe I...