add options to hide History and Logbook #49
Mariusthvdb
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Remember that front-end cannot read anything from the back-end configuration, if we need to set up some configuration it should be done in front-end files (in the same place that the current configuration is placed). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
as discussed on Kiosk-mode and elsewhere, it would be good to add some customization options to hide the Logbook and History sections on more-info panels, in such a way that it is not just an overall generic setting.
If possible, we should follow the recorder/history/logbook settings of a user, and only show, where an entity has history/logbook actually recorded. Like that. globally. without ay further config from a user.
its a pain to the eye to keep seeing these sections while no data is available, And HA should know about it. Well, it does know about it, because it says so in the Statistic section of developer-tools...
If that would proof to be impossible, then we should try and seek a way to delete the sections just like we do now with filtering attributes:
by_entity_id
by_domain
by_glob
by_device_class
to stay as close to current custom_attributes as possible.
These options would allow us to hide the sections, even if there would be data recorded
We probably need to rename the plugin to custom-more-info
Beta Was this translation helpful? Give feedback.
All reactions