2023.9 beta breaks update more info #99
Replies: 2 comments
-
relief: Ivan Pereira found a fix for the current implementation of the more-info, and we'll release that soon (read: before release of HA 2023.9) I'd love to explore however how we could completely rewrite that to the simple manipulation of the https://github.com/home-assistant/frontend/blob/dev/src/data/entity_attributes.ts it seems that would be way more robust, and would have the additional advantage of not showing an empty dropdown attributes list. hope anyone can spot this and have a look. previously it would have been something like
this code is from the time those Ideally, those currently used in custom-ui:
could then be replace by
|
Beta Was this translation helpful? Give feedback.
-
update: we now have custom_atributes and custom_more_info fixing this altogether |
Beta Was this translation helpful? Give feedback.
-
Just as a heads up, Ive noticed the more-info functionality of custom-ui hiding the attribute
templates
no longer works in HomeAssistant beta for September.I did a few quick tests to determine whether the dom path may have changed or maybe the event, but no conclusion yet.
Please reach out and help if you should find the way to fix this, ideally making this functionality more robust by referencing the
ha-expansion-panel
directly, in stead of the full Dom Path.If we could make it work with:
that would be much better.
In fact the only thing I 'need' it to do is hide the attribute
templates
from that list.Anyways, this is not a technical post,
please chime in with thought for fixing
have look at https://github.com/Mariusthvdb/custom-ui/blob/master/update_more_info.js if you need the file
thx!
Beta Was this translation helpful? Give feedback.
All reactions