You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2022. It is now read-only.
keeps showing in the log, not exactly sure when or why any user action causes this.
please have a look?
All functionality seems to be working, so not sure if this causes any harm at all, but the error looks nasty in the log....
HA 2022.2.0.dev20220105, but this has been there for a while now, forgot to file an issue
config:
non_admin_settings:
hide_menubutton: true
hide_overflow: true
ignore_entity_settings: true
mobile_settings:
hide_menubutton: true
hide_overflow: true
ignore_entity_settings: true
entity_settings:
#Hides both the header and sidebar.
- entity:
binary_sensor.kiosk_mode: 'on'
# input_select.mode: Kiosk
kiosk: true
# Hides only the header
- entity:
input_boolean.hide_header: 'on'
hide_header: true
# Hides only the sidebar. Disables swipe to open.
- entity:
input_boolean.hide_sidebar: 'on'
hide_sidebar: true
# Hides only the sidebar menu icon. Does not disable swipe to open.
- entity:
input_boolean.hide_menubutton: 'on'
hide_menubutton: true
# Hides the top right menu
- entity:
input_boolean.hide_overflow: 'on'
hide_overflow: true
2022-01-05 12:51:05 ERROR (MainThread) [frontend.js.latest.202112290] https://mydomain/local/lovelace/resources/kiosk-mode/kiosk-mode.js?v=1.2.1:13:44 Uncaught TypeError: Cannot read properties of null (reading 'shadowRoot')
keeps showing in the log, not exactly sure when or why any user action causes this.
please have a look?
All functionality seems to be working, so not sure if this causes any harm at all, but the error looks nasty in the log....
HA 2022.2.0.dev20220105, but this has been there for a while now, forgot to file an issue
config: