wichers/lovelace-comfoair

Card is not displayed

kobi80 opened this issue · 4 comments

Unfortunately I can't see the Card.

I entered the following

type: custom:comfoair-card
entity: climate.ca350_climate

image

ptrkp commented

I have the same issue.
Any help is welcome.

same here

I had the same problem. And I solved it checking entity names one by one. All sensor. and binary_input. defined in HA should be the same as the names defined in the comfoair-card.js
You can check the differences if you look for the errors of .js in your browser.
When everything is ok, you'll see the picture in background at least.

Example:

${this.hass.states['**sensor.comfoair_comfoair_outside_air_temperature**'].state}°C

Variables need to be matched to the comfoair addon. This has been fixed in latest version.