thomasloven / lovelace-more-info-card

🔹 Display the more-info dialog of any entity as a lovelace card
MIT License
150 stars 15 forks source link

Attributes hidden after HA update to 2021.6.x #17

Closed nepozs closed 3 years ago

nepozs commented 3 years ago

Before HA update card had sensible look more-info-card_old

but now it looks like: more-info-card_new_Screenshot 2021-06-10 at 21-02-32 PrzeglÄ…d - Home Assistant png

and needs manual excpand (so using card makes no sense): more-info-card_new_expanded_Screenshot 2021-06-10 at 21-02-32 PrzeglÄ…d - Home Assistant png

GLehnhoff commented 3 years ago

Same with me. See pics below.

Problem: With the HA update, attributes are not shown anymore by default and even worse, I can't change/manipulate the language of the word "Attributes" (see pics below).

Possible solution: I am kindly asking for the possibility to (a) change language of the word "Attributes", or (b) the chance to select by myself, whether I display the old or the new style. In addition to that, (c) it would be worthfull if the footer can also be in my language or that I get the possibility to not show the footer at all.

Thanks, gl

grafik grafik

nepozs commented 3 years ago

@GLehnhoff Instead more-info-card I've used entity-attributes-card where applicable (e.g. a hard disk SMART attribute list, but may also be useful in your configuration): https://github.com/custom-cards/entity-attributes-card it can look like this attributes-card-Screenshot 2021-06-16 at 01-49-05 Poziomo - Home Assistant

bcutter commented 3 years ago

Yap. HA Core 2021.6 made this card pretty useless for some/many/maybe most use-cases when it comes to listing text information unfortunately. It´s still useful for graphical things like light entities details (brightness, color etc.).

Thx @nepozs for bringing up entity-attributes-card which works pretty fine so far.

Maybe more-info-card can somehow access the attributes section and hopefully provide a configuration default like "always closed / always opened".

thomasloven commented 3 years ago

This is due to upstream changes in Home Assistant.

nepozs commented 3 years ago

Thanks for the answer, but is it understood that adding an option like "always opened" (like mentioned by @bcutter) is impossible?