thomasloven/lovelace-column-card

Thermostat card not rendering correctly in Column card

Closed this issue · 1 comments

When adding the new Thermostat card as a card within the Column card, it does not render correctly.

Example Config:

- type: custom:column-card
  cards:
    - type: thermostat
      entity: climate.bedroom

It renders like this:

screen shot 2018-11-03 at 11 16 08

This is fixed in layout-card: https://github.com/thomasloven/lovelace-layout-card which replaces column-card and is better in every way.