smugleafdev

Results 10 comments of smugleafdev

I'm having a similar issue with 2/3 of my LZW31s. I tried manually updating and it accepted the bin file but not the main file. I tried with both 1.57...

Factory resetting fixed it all. I had given one 1.57 and the other 1.61 and they both broke. After the reset they were both on their appropriate versions and working...

"Works as intended" probably not, but "works", yes for me at least. If you have attempted both files (1.61 and the 1.45 bin file) at the proper targets (0 and...

Really hoping the gradle configuration section is added. Currently it's empty. It doesn't appear that the gradle plugin can even be configured, as far as I can tell.

@VictorIreri It sure does! Thank you, I missed this.

At the moment I'm using Fahrenheit and it is displaying one digit after the decimal point for the forecast highs and lows. I was hoping for an option to display...

Update: So I wrote my code to round the numbers correctly. Unfortunately, it seems that modifying the .js file on a card installed via HACS doesn't change anything. Instead, I...

![Screenshot 2023-08-29 at 12 23 22 PM](https://github.com/th3jesta/ha-lcars/assets/20119855/86ade3c7-deb6-416b-9cc5-ef890749cc2c) Okay so this was a colossal PITA but I got it working with card-mod CSS shenanigans. I don't recommend it. I had to...

I get this with a lot of HACS cards. Seems to be a common issue.

This is easily accomplished via the card mod: ```yaml card_mod: class: middle-right style: | ha-card { text-align: right; } ``` ![Screenshot 2023-08-30 at 2 42 59 PM](https://github.com/th3jesta/ha-lcars/assets/20119855/d066dd56-f105-491a-b7ce-dbfac2ec7566)