Hi,
Im currently playing arround with the lovelace version by rodrigofragadf.
First: Thanks for the Great work!
Now a question
I created a few buttons for my AVR, but i dont want those visible in the UI all the times. I tried to use the conditional card combine with a boolean switch to toggle this on and off but its not working correctly.
If the boolean is on it shows up fine but if a access the page in the browser with it off and turning it on it wont load the tiles until i reload the whole page.
I had the same problem with a ānot officialā button card.
Any idea how i could fix this? Thanks for any help!
Iām seeing the same thing, I have a heap of cards within a conditional card (which form part of a vertical stack). Not always, but more often Iām having to reload pages manually or they donāt show. This isnāt just happening for tiles, but another custom card (weather) too, so I suspect itās a Lovelace issue.
I used the legacy card to get things up and running quickly and I must say that was very easy. Thanks.
I will move to the non-legacy version eventually but until then, is there a padding option for the legacy version?
I tried this:
Iām trying to get a tile card working using a brand new installation of HA (0.86.3), and the latest javascript from the Github linked by @tom_l. However I cannot get any icons to appear on the tiles, see simple example below.
Looking at the generated HTML and CSS the icon looks to be present, it just seems to be stuck behind the tile. I see this behaviour on Safari, Chrome, Firefox and Brave.
Have I missed something basic here, or is there a bug in the latest version that Iām hitting?
Based on a PM question as it may help others too, the ability to count how many windows or doors are open so that it can be displayed in my example above, can be found here:
Thanks, Iāve just tried copying your exact spacing into the raw editor but am seeing the same behaviour. Attached below is a screenshot showing the code and the resulting preview.
If this was directed to me, apologies if that has been lost above. This is a brand new HA installation, originally 0.86.3 when it was deployed at the weekend. The tiles-card script was fetched via a git clone, and is an MD5 match to the one available in the repo you linked in your earlier post.
I have now updated HA to 0.86.4, however this has made no difference. Not that I expected it to, given the release notes contained nothing to suggest it would resolve this particular issue!
Iām just trying to work out why itās not working for you and is working for others (when you use exactly the same card config). What web browser are you using?
In no particular order I have confirmed this behaviour on:
Safari 12.0.2
Chrome 71.0.3
Firefox 64.0.2
Brave 0.58.18
ETA: I should also say that Labelās work correctly, Iāve only seen this occuring with Iconās on the Tiles card at the moment. The same icons work correctly on a Glance or Entities card.