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

Termostat card is showing too much info #26

Open emkaywest opened 1 year ago

emkaywest commented 1 year ago

For some reason, some extra info shows up in the top right corner when using a thermostat card compared to when you just open the dialog normally.

image

image

tigers75 commented 11 months ago

You can remove it if you have card_mod installed: style: | state-card-content { display: none }

Not my solution I took this I can’t remember where, still a temporary fix: I don’t think it should happen.

jenniferlee1818 commented 11 months ago

I tried @tigers75's suggestion and it doesn't work for me. I wish this was fixed!

NOT WORKING:

type: custom:more-info-card
entity: climate.t9_thermostat
card-mod:
  style: |
    state-card-climate { display: none }
tigers75 commented 11 months ago

Working perfectly for me. Are you sure you have card-mod installed? image

This is the exact code for the card shown above:

type: custom:more-info-card
entity: climate.ufficio_salone
style: |
  state-card-content { display: none }
jenniferlee1818 commented 11 months ago

@tigers75 thank you for that. It was my unintentional card-mod: line getting in the way. Still would be better to be working correctly but at least we have the card mod hack.

madirshah commented 10 months ago

I am struggling to get rid of some elements of more-info. I only want to show the dial and hide all marked in red. Could someone help please!

Screenshot 2023-11-27 at 23 18 25