Paulus Schoutsen
Paulus Schoutsen
Is Iron OS defining the BLE API and is it published in their repo? Or is there a specific fork of IronOS on Pines GitHub with the API?
You need to implement [Improv](https://www.improv-wifi.com/) in your firmware. If your firmware is slow on first boot, you can tweak the config. From the README: > When a firmware is first...
Thanks. We'll take a look
I've submitted a request.
Got this response 👌 > We've added the following entry to the registry: > > Service Name: home-assistant > Transport Protocol: tcp > Description: Home Assistant > Registration Date: 2024-09-12...
When you play media from Home Assistant, it attaches authentication to the URL (the `?authSig` part) which is only valid for 1 day (as set by `async_process_play_media_url`). It looks like...
What editor do you use? I don't want to start adding workarounds for every editor under the sun. Aren't swap files short lived, and are the odds of this happening...
This is the 4th time you have opened this PR. What is going on?
I would be fine to allow `manifest` and a `manifestContent: Promise` properties
You can probably use https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static in JavaScript