Tomasz

Results 265 comments of Tomasz
trafficstars

I'm using the generic thermostat integration and I would love having the ability to define some presents that I can pick from using Your card. In my case, I'd like...

@kalkih should this be added to renderGraph function (https://github.com/kalkih/mini-graph-card/blob/master/src/main.js#L283)?

@RonNabuurs can you add a screenshot showing the card like in similar PR's?

Really looking forward to the new version of this awesome card!

@sffjunkie could you please take a look at this, please? This would be very useful for Home Assistant.

@sffjunkie any chance this might get added? There is a PR that supports that: https://github.com/sffjunkie/astral/pull/51

@alanswx I'm installing Arduino IDE right now and I will try Your lib there. I have latest versions of libraries in PlatformIO. I'm using Espressif 8266 1.7.3 as platform. If...

@alanswx I found similar problem described here: https://github.com/me-no-dev/ESPAsyncWebServer/issues/228 suggested solution was to add: ``` void loop(){ dnsServer.processNextRequest(); } ``` Did You found something regards this issue? Maybe You could add...

@alanswx any news about this? Currently, I've hardcoded ssid and pass, but I'd like to add WiFiManager to my project