Luke
Luke
this would be great, it would save A LOT of troubles (also because I can't either get a jar)
this one looks similar to #230 maybe that multiplexer is a good choice specially considering the case where someone wants to make a pcb...
I have the same issue @Aresitoo had, it's my very first card I try to install and the path where HACS searches the component is `/hacsfiles/home-assistant-sun-card/home-assistant-sun-card.js` but actually it is...
might also be useful to make consistent the fields sets["enterDate"]["rough"] and sets["exitDate"]["rough"], perhaps they can be converted in an actual time instead than parsing the quartiles of the year? Up...
to be honest, it's mostly because I would use it to build a multisensor, but I simply needed a rough estimate if I can expect a similar battery life compared...
but, why do I have to modify item count using key combination? Isn't enough discard an amount of items directly from my bag?
Hi, I managed to install successfully ESP3D on my SKR Mini E3 v1.2 (TMC2209) board by plugging a D1 Mini straight onto the TFT headers. I did not install a...
Hi, I send you here a very small slice of code I used in my project in which I set the color and other properties for my pointcloud visualizer. Hope...
ok so let's say you have this pointcloud array: `cloud1_points = [[0,0,1],[0,1,0],[1,0,0]]` you put it into a numpy object `cloud1_array = np.array(cloud1_points, dtype=np.float32)` then you instance a pointcloud object which...
did you solve the problem? It happens the same thing on mine.