Card is not displayed
kobi80 opened this issue · 4 comments
kobi80 commented
ptrkp commented
I have the same issue.
Any help is welcome.
matejek commented
same here
adch17490 commented
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
wichers commented
Variables need to be matched to the comfoair addon. This has been fixed in latest version.