David Ellis
David Ellis
> It’s important to note that macOS support might be challenging, as it doesn’t appear that any system APIs currently provide access to raw Bluetooth data. Is MacOS known to...
> Clearing the cache might not be the best approach, as it can cause issues with GATT connections and lead to sync problems. It could end up creating more challenges...
> You probably won't run into issues in this limited case. However, I wouldn't recommend this as a general solution — it's not something I'd want to add to the...
My understanding ( @bdraco may correct me if I'm wrong) is that in the current Home Assistant release *it depends*? I believe 2025.5 has the fixes for devices that are...
From the browser you can check `homeassistant.local:8123/config/bluetooth/advertisement-monitor` replacing `homeassistant.local:8123` with your own device address. It should show which adapter is receiving messages from which device.
On working with this now I also see there's a typo - "DiplayName" in the hardcoded section.
It looks like if the annotation is a ForwardRef, the original example still fails. With `int` it now runs, but this still raises the AssertionError: ```python import gc from dataclasses...
Yes, I have a potential solution for that but I'm trying to separate it from the solution for #137530 as the current `__init__` method and a generated `__annotate__` function can...
Oof, that's worse than I thought. I have one idea that should make it slightly better, but probably still significantly worse than the direct access it has on main.
Ah, it would have needed to be on main to see the difference. I haven't used codspeed before, sorry for the noise there. Locally it seemed to be significantly faster...