All my images are exactly 50x50, but this is all I can see in the frontend:
Here’s my image for up arrow, for reference:
I inspected the element and it seems these images are being rendered as 71.95x50 rather than 50x50.
I’m running the last HA build in Hassbian and my browser tests included Chrome (in Windows and macOS) and also Chrome (in iOS). Already tried force refreshing multiple times (Ctrl+F5 in Windows and Cmd+R in macOS), but nothing seems to appear.
Because of Home Assistant’s responsive HTML theme, tile items do not like to be “told” what column size they should be. column_width is looked at more as a recommendation rather than an absolute value.
I took out color: to see what the button layout really looked like.
If you take out the column_width, it looks good. If you leave the column_width: 50px the buttons overlap and look bad. My recommendation is to leave the column_width out and let the theme determine the column_width.
I haven’t had a chance to get this fully working, but had better luck, ignoring the instructions on the front page, I get the feeling they are out dated, or perhaps just light. Perhaps @eddi89 can confirm. Instead, download the source, and work it into your own setup, for a better understanding. In spite of doing this, I’m still getting some strange behaviour. Notably neither panel seem to work on the IOS app. Is this a known issue? I get a blank screen and the pop up:
“service system_log/write called”
and no tiles are rendered.
edit: It renders fine on desktop browsers.
anyone have any suggestions as to why that is the case?
I had some issues on mobile prior to updating to 0.63 today. There was some buzz over on github about the “service system_log/write called” thing but it was completely over my head. Needless to say that what I did understand about the conversation was that it was related to Polymer and was fixed in a recent PR, which is included in the latest version.
If you’re still having issues on 0.63+ then a further bug report would be in order, but it’s working fine here now I’ve upgraded.
It seems that <paper-button> lacks background-repeat: no-repeat and background-position: center css properties. Add them to both state-card-tiles.html and state-card-tiles_es5.html and you’re good.
I’ve got my tile showing the current temp from the thermostat using label_state. I’m sure if you made a template sensor for your set temp, it wouldn’t be hard.