jknoflook / homeassistant

public homeassistant
11 stars 14 forks source link

Ecobee Card does not render correctly in Lovelace #4

Open pcwii opened 5 years ago

pcwii commented 5 years ago

Currently running Home Assistant R0.96.5 in Venv on pc. The Ecobee Levelace Card will not render properly in Chrome (win pc and linux pc) or Chromium (android tablet). image

reylas commented 4 years ago

Did you download/create the ecobee-card.css file in the same location as the ecobee-card.js file? That was what I did wrong and got the same looking card you did.

genem2 commented 4 years ago

For anyone else that may benefit: I decided to place this under: www/non-community/ecobee-card

If you relocate it from the instructions, just like in the resources section, you'll also need to edit the .css location in the .js file: link.href = '/local/non-community/ecobee-card/ecobee-card.css';