Hi all,
Is there a way to save user settings so they stick after logging off and into another User and cross devices?
I’ve set a user with a specific theme, Dashboard and a reduced set of items in the sidebar.
I log off then back in and all the settings have been reset.
I’m sure this wasn’t the case previously but not sure when this started happening.
I’m running core-2021.3.1
Basically im too lazy to set each profile up as I go.
I have found this automation for startups
automation:
- alias: 'System - Set Custom Theme at Startup'
initial_state: 'true'
trigger:
platform: homeassistant
event: start
action:
service: frontend.set_theme
data:
name: MYTHEME
Cheers
Brent