You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
History
In 2026.2 the attributes in the more-info dialog were moved to a subview. See #29186
Following a discussion in this PR afterwards, a new approach was proposed and made into a PR. This would restore showing the attributes in the accordeon menu, but was closed in favour of another approach.
Problem
The more-info dialog amongst others gets used for a quick inspection of attributes, together with the state. Kind of a pop-up.
For example a landline phone call sensor with status: talking and attribute with for the phone number.
Now this requires 2 further clicks at rather inconvenient places, because of the three dot menu.
Feature Request
Would it be possible to add a quick way to jump to the new Details view?
Like for example:
tap_action:
action: more-info#details
or:
tap_action:
action: more-details
This could also be added for e.g. #history.
Pros:
Not intrusive for other users
Cons:
Needs to be set explicitly
Might need support in UI editor
Alternatives:
Dedicated button for Details next to the three dot menu
Double tap action on the icon in the more-info dialog (like a double tap on the title bar already enlarges dialogs)
In fact any approach would be fine with me, as long it doesn't require this many moving and aiming the mouse pointer.
My main reason for using more-info is showing attributes, not history or activity.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
History
In 2026.2 the attributes in the more-info dialog were moved to a subview. See #29186
Following a discussion in this PR afterwards, a new approach was proposed and made into a PR. This would restore showing the attributes in the accordeon menu, but was closed in favour of another approach.
Problem
The more-info dialog amongst others gets used for a quick inspection of attributes, together with the state. Kind of a pop-up.
For example a landline phone call sensor with
status: talkingand attributewithfor the phone number.Now this requires 2 further clicks at rather inconvenient places, because of the three dot menu.
Feature Request
Would it be possible to add a quick way to jump to the new Details view?
Like for example:
or:
This could also be added for e.g. #history.
Pros:
Cons:
Alternatives:
In fact any approach would be fine with me, as long it doesn't require this many moving and aiming the mouse pointer.
My main reason for using more-info is showing attributes, not history or activity.
Beta Was this translation helpful? Give feedback.
All reactions