NemesisRE / kiosk-mode

🙈 Hides the Home Assistant header and/or sidebar
MIT License
414 stars 17 forks source link

[BUG] header not hide #304

Closed nelsonamen closed 3 weeks ago

nelsonamen commented 3 weeks ago

No theme select

Screenshots Screenshot_2024-11-12-13-56-50-316_io homeassistant companion android

Screenshot_2024-11-12-13-55-31-880_io homeassistant companion android Screenshot_2024-11-12-13-55-19-339_io homeassistant companion android

Versions:

Additional context Add any other context about the problem here.

elchininet commented 3 weeks ago

Hi @nelsonamen,

Consult the user_settings section. users should be an array, not a string. Before we had a code that transformed everything to an array so it is possible that if you wrongly were using a string it worked because it was converted to an array, this is not happening anymore:

kiosk_mode:
  user_settings:
    - users:
        - "casa"
      hide_header: true
nelsonamen commented 3 weeks ago

👍 works! Thanks.