artem-sedykh / mini-climate-card

Minimalistic climate card for Home Assistant Lovelace UI
MIT License
262 stars 19 forks source link

Border when embedded since 2022.11.0 #106

Closed julienlarivee closed 1 year ago

julienlarivee commented 1 year ago

When the card is embedded in an entities card, there is a border around the mini climate card. Before HA 2022.11.0, there was no border.

image

type: entities
entities:
  - entity: climate.air_climatise
    group: true
    type: custom:mini-climate
  - entity: timer.air_climatise
    type: custom:flipdown-timer-card

If we look at the same entities, but with native HA cards, there is still no border in 2022.11.0 image

type: entities
entities:
  - entity: climate.air_climatise
  - entity: timer.air_climatise

Also, the time picker card had the same issue, but they fixed it. Here is the link to it if it can help: https://github.com/GeorgeSG/lovelace-time-picker-card/issues/43

regevbr commented 1 year ago

fixed in #109 and released under 2.4.2