-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce new parameters to hide history and logbook #2
Conversation
@Mariusthvdb, |
@Mariusthvdb, |
Also, in the line of the error, the |
That is not implemented, at the moment we only search inside the more-info dialog not inside the view that appears when you click on the history on the header. That is also supported by |
ok, done. results seems to be the same, though the logging is a bit different.
yes, that is important, because it is like that for quite some domains/entities maybe we can make that easier, but simply not showing the icon to that view? do you need me to find all domains and see what they have in more-info? Or, is this a generic thing, and will the 2 formats (direct in the more-info, or on the separate icon/view) be enough to handle all situations |
cant reproduce the error anymore now, maybe it was because of the double plugin being used |
So does it keep broken for you then?
No, do not worry, it is something that will not be hard to implement because
I think that is the case, only those two situations.
Ok, perfect. |
@elchininet really odd, please check if you can explain this. my testing config was:
and then I noticed at least all of my filter attributes that are configured below this to stop working.... could not understand, as they are 1-1 copy of the custom_attributes config. then I noticed that I made a typo, and that the bottom hide should have been
I corrected it, and yes, then all of the other filters started working again.. could this be true? maybe you can test that too. not cause such an effect at all |
no not broken, this was my first test, and it happened to be the input_boolean that wasn't implemented just yet... |
Got it. I just pushed a change to hide history and logbook also in the |
I‘ll check it. |
I cannot reproduce this, could you test it again to see if you can reproduce it every time that you add it to your config? |
this is new:
filtering 'all' attributes on glob
and unfilter some attributes
and the result is, none of the attributes are filtered anymore (this happens with the latest push ) |
I think that you want to replicate the entire kiosk mode here 😅 Kiosk-mode is extremely powerful and very generic. which is great, I use it as a core piece of software in my dashboard. however, it does not allow the control we seek to offer here. Surely you agree that it is useless to display the history icon, when both logbook and history are hidden? edit |
@elchininet not sure what happened here, but I seem to have edited your post...... and not quoted it, which is what I intended to do. |
I will take a look at the
I am not saying if it is useless or not, I am just pointing out that maybe you need to wait for something being a problem or create a bad user experience to someone before implement it. Every piece of code creates tech debt, code more dificult to maintain, more hard to get cntributors willing to contribute, more prone to bugs and more likely to break in new Home Assistant version. That is why is wise to have the base features and escalate a product depending on real user necessities and the feedback that you receive from them instead of covering every single edge case that occurs if one sets certains options in certain way. But this is just my recommendation, you can implement what you prefer and when you prefer.
Really don‘t know, Github has some glitches sometimes. 🤷🏼♂️ |
@Mariusthvdb, this should be fixed now, there was a bug in the |
About this, what do you think is the best way to manage it? Hide it automatically when someone hides history and logbook? or hiding it with a config option? |
confirm the fix, thanks you vm.
if you ask me, we need both..... then again, the user hides it with a config option, so these are in fact the same (unless there is something I dont understand in what you are saying...) Also, besides the config option, I still would hope we can import (Include) the history/logbook/recorder config and make it all happen automatically based on that (so not even require a manual configuration a all) |
Hi @Mariusthvdb, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please go ahead, thank you very much.
Have a great 2024 ;-)
This pull request implements four new paremeters to manage the visibility of the history and logbook blocks inside more-info dialogs.
The next example is made using
hide_history
andunhide_history
, but the same applies tohide_logbook
andunhide_logbook
.