Started looking into using Tileboard, and I think it’s an amazing dashboard. Thanks for this!
I was wondering if it is possible to somehow make a light switch/dimmer turn off when the slider is set to 0?
I have a working slider for my light switch, but if I slide it all the way down to 0, the switch is still seen as “On” in my dashboard(and HA), and I need to click the tile to switch it off.
Is there any way to make the tile/switch be set to “off” when the slider is set to 0?
I guess is because the attributes are coming in a different format. I know that variable brings the colores, I have debugged, but for some reason it seems I need to turn the string in numbers. I’m not sure why it does not work.
I guess I know why. The colors comes in an array and I need to parser them into a string. I will do the trick with some JS and I will keep it posted here.
Thanks
I figured out my issue, I am accessing Tileboard over HTTPS and the java script will not load mixed content, simply changing the destination URL to httpS resolved the problem.
Hi. I looked through main.less and main.css but I can’t figure out how to change somethings. Could someone point me into the right direction? Not sure if I need to modify one of those files or custom.css.
Trying to do the following.
Have the weather list display high temp first, then low temp (currently it is low then high)
Have division be a / rather than a -
Have high be red, and low be blue.
Have temp be rounded to nearest whole number…not 10th of decimal.