Kodey Converse
Kodey Converse
Thanks for the review on the code; really helpful, I'm still trying to understand how to work with ESPHome. Just gave you both access, feel free to push directly or...
I can take a look tonight! I've been playing around with putting the read task in the `loop()`, interested to see how the scheduled task works. BTW, I noticed that...
I did hit an issue with connecting to the board remotely once (I've been uploading OTA), but I'm not sure if it was WiFi or not. Whatever it was, cutting...
Cool! For the polling component vs publish on every reading; I don't think we are loosing any accuracy in our data by not publishing every value, they are still all...
I was flashing using the released version; trying to get a few things done this morning: 1. Rebase my non-controversial changes onto your branch; I made a few naming (hopefully)...
Here's the PCB; under those jumper cables is the debug header that we've been using for testing. As flaviut was saying, it would be possible to flash without any soldering;...
Workaround; include this CSS: ```cas @keyframes Toastify__trackProgress { 0% { transform: scaleX(1); } 100% { transform: scaleX(0); } } .Toastify__progress-bar--animated { animation: Toastify__trackProgress linear 1 forwards; } ```
I am curious of the same thing; ran into two separate issues caused by this; * We use `factory_boy` for unit testing, and it seems like the sqlalchemy models produced...
I got a similar error after about 20 days of uptime with no Home Assistant restarts Stack trace 2021-09-13 05:16:07 ERROR (MainThread) [homeassistant.helpers.entity] Update for vacuum.mo fails Traceback (most recent...
Unfortunately this mechanism is intricate, hard to get right and easy to break. I think it might be worth considering a smaller change that would avoid the original problem but...