Replies: 7 comments
-
|
To be noted, same for theme: impossible for example to set a light theme on PC and a dark theme on mobile, as dashboards, as themes are now user defined and no longer device defined. You also have to create a new user if you want different theme on different devices. There was a PR, to bring back device choice, but it was closed... Very low hope for this. You have my vote anyway! |
Beta Was this translation helpful? Give feedback.
-
|
This is important for WAF, my wife and daugther (and even I) wants to use a simplified interface with large clear buttons (my wife has very poor eyesight), and it is simply bad design that I have to make a special user for here to get the simplified interface as default. |
Beta Was this translation helpful? Give feedback.
-
|
Just adding to this as it was obviously my PR that was closed. If the PR can be revisited - I think there was a mix-up in understanding with permissions and maintenance - that would be great, otherwise some further acknowledgement per the PR discussion that this was a useful feature people would like back, it would still be appreciated. |
Beta Was this translation helpful? Give feedback.
This comment was marked as disruptive content.
This comment was marked as disruptive content.
-
|
I thought it was a bug, but they sell this as a feature 👎 I would prefer to have an individual theme on each device, too. |
Beta Was this translation helpful? Give feedback.
-
|
I know it's discouraged, but I'm also just going to make some noise about this. Feels half-baked and unfinished to me. I understand the appeal of what was added, but not the rationale of what was taken away. IMO this feature should have been delayed until a third override tier was added, I don't think it would even be particularly complex (i.e. I agree that I'm not quite sure what the issue with the PR was). Correct me if I'm wrong but I believe there is also now a system/server default, that is overridden by the user default as soon as they set one, right? Just add a device override. Done. App/browser opens a connection. Three config values: System Default (Remote/Server) Client Logic Pseudo Code: sys_def = remote.system_default_layout
usr_def = remote.user_default_layout
dev_def = local.default_layout
layout= (
dev_def if dev_def is not None else
usr_def if usr_def is not None else
sys_def
)
load(layout)Easy. Sure there's some fine details left out but for contributors that have experience working with Yes, "Then feel free to make a PR", but IMO this is a significant breaking change that was forced upon people and should be handled by primary contributors if no one steps up given the nature of the issue, I'd buy the change as-is a little more if you could assign multiple users to People, so that I could still have my same avatar and name as my main account. I'm not gonna add "People" for the new accounts too, especially since the decice trackers need to go to the original Person. Is this a huge deal? No, but this is all for the sake of polish and user experience, no? |
Beta Was this translation helpful? Give feedback.
-
|
Who is responsible for design decisions like this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
In previous versions, I was able to set a default dashboard on the device itself.
In lack of the ability to set it from HA, which I still don't understand why it isn't done, I don't think a variable there would hurt in any way pointing to a dashboard, it was possible to set a nice specially designed interface for the mobile phone.
This is an important WAF. My wife, daughter and son doesn't care for all the nice details that HA can do, so I've made special dashboards for them, simplifying the access to HA.
This is gone now.
The only way is to make a second user, and set the default for that user, what on earth are you guys thinking of? How is that making it easier for people to use HA, give up the naive notion that one interface fits all, it will never happen, no matter what kind of buttons and tiles and all the other you invent.
Use cases
Helping non-ha interested people in using HA the way they want to use it will improve the availability for new users to make their own way into the world
I see two options easily available.
Examples
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions