Max Winterstein
Max Winterstein
I guess you could still use the 'show in sidebar' feature. Just install the addon also on the host where you would like to see the planes and just use...
Can't really confirm that. Do you have a `PIAWARE_FEEDER_DASH_ID` in your config? Might share your config (redacted of course)?
tried to reproduce it, but can't find an issue here. I am not running HA OS, so it might be related to something. As I was going to switch toward...
When looking at the error message in detail I found it is linked against `libgfortran.5.dylib`. For me `brew install gcc` brought it to my machine and fixed the `'cbclib' is...
Not sure what you want to archive, but I guess you want to solve captchas remotely? Here is my approach for that: I changed to https://github.com/brenner-tobias/addon-cloudflared a while ago, and...
> Running `typos` directly,. I am not able to reproduce this. Can confirm that. **Happens only when using pre-commit**
indeed, good idea. I searched a bit, and found this anwser to a simila question: > You can solve that by creating a template sensor which has a count of...
@remyderuysscher / @XxCabbyoO can you provide me some more info? More output? @remyderuysscher HA 2024.1.6? Thats preeeetty old in HA world ;) EDIT: Nevermind, did not see that this issue...
@madzodiac good start, but you mixed up **Python** and **Javascript** 😉 Your mentioned `data = await resp.json()` is the right place to change, see my #42
same thing for me here, would love to integrate prettier into dprint, but sadly wildcard overrides are not possible: ```json "prettier": { "overrides": [ { "files": ["**/snapshots/*.json"], "options": { "printWidth":...