When editing, if the focus moves from row 2, column 1 (compass card) to row 2 column 2 (UV index) it copies the compass card config over to column 2. This only happens with the visual editor open. If using the code view it does not occur.
Hi Tom, I tried to reproduce this, (compass-card 1.0.0, home assistant 0.119.0.dev20201213, Frontend version: 20201212.0 - latest) and unfortunately do not get the same effect as you describe.
The cards all stay correct.
Could you verify with all latest versions this is still happening?
I’ll have a look if I can find a way to make those changes possible with configuration.
Would you be so kind to open a feature request on github, as I keep track there of these sorts of things.
Currently you should be able to do that with card-mod.
All ui objects should have unique classes to style them separately, with some css magic al your dreams can already come true.
However looking at your screenshot, you already found out about that.
I use bright theme for day and dark theme for night in HA. When theme changes, the font for the entity doesn’t reload, thus becomes barely unreadable. This requires manual reloading HA frontend, but would be nice is it could be triggered when the theme changes.
Thanks for bringing this to my attention. I’ll have a look on how to fix this, might take some time thou as the end of the year is a pretty busy one, and I think I’m going to need help to get this fixed.
hi there!
This is my first post as a newby with HA.
I really like the compass you created and installed it (manually).
the wind speed is working, but the direction keeps pointing north while the other card using the same direction entity is showing west. Can someone point me in the right direction?
I read in this threat that it could ben HACS related? do I need to install more files then just the compass-card.js?
I see in your second post you fixed it by using the yaml editor. Good thinking to try that, however I’ll check if something broke in my gui editor when using the last couple of versions of Home Assistant anyways. Thanks for getting this under my attention.
Pun intended?
No, as far as I’m aware this has nothing to do with HACS.
Just the compass-card.js file
Additional question, was the README clear enough on getting the card installed by hand?
You’ll need a template sensor to change units and assign that to the card to show km/h.
Edit: somehow managed to forget to reply to @fransverbiest
Default entity for the indicator is sun.sun with attribute azimuth. When you select another entity from the list, the card does not clear the attribute. And the newly selected entity probably does not have an azimuth and thats why the indicator shows the default N.
Unfortunately not yet.
I’m not sure what causes this, as I’m not able to reproduce this.
Could you open an issue on the github page? Please add your config of the card, info on what themes you use?
This also helps me keeping this on my radar when I have a spare hour.