Unfilter #4
Replies: 4 comments 13 replies
-
|
Let me check if that is possible. |
Beta Was this translation helpful? Give feedback.
-
|
Taking into account that Home Assistant doesn‘t show some attributes that exist in the attributes list, and they decided to exclude them, not through Imagine, that you want to show |
Beta Was this translation helpful? Give feedback.
-
|
wow that sounds a bit hacky indeed....
why do you say device_class it not filtered? it is filtered by the frontend in the state_attributes list here https://github.com/home-assistant/frontend/blob/2682a551482c288f25a7e71a81743a6dfde8693d/src/data/entity_attributes.ts#L10 ? I figured we'd go from there and with an 'unfilter' rewrite that file somehow.... |
Beta Was this translation helpful? Give feedback.
-
|
I have the code for this almost ready to push, but first we need to figure it out what you mentioned here before making more changes. |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
it might be a nice option if we could also unfilter any of the filtered_attributes that are filtered by default by the core Frontend in
https://github.com/home-assistant/frontend/blob/dev/src/data/entity_attributes.ts
let's say Id want to show the attribute
device_classwhich is currently filtered, it would be magic if we could set something like:Beta Was this translation helpful? Give feedback.
All reactions