Andrew Leech
Andrew Leech
Ah yes, thanks for the reminder @projectgus I've rebased it now.
aioble support was tesed with new multitests submitted in https://github.com/micropython/micropython-lib/pull/1021
@FlantasticDan I saw from the CI here that GitHub/noreply email addresses aren't accepted for the git author so currently you're listed as co-author to avoid the issue. If you'd like...
> Why do you need this port-specific manual key generation for er/ir? The BTstack code seems to do this automatically once you have a TLV implementation: Oh, I thought the...
At yes this comes up a bit; const only actually works on global variables, not class ones. The docs for https://docs.micropython.org/en/latest/library/micropython.html#micropython.const would benefit from being extended a bit to clarify...
Hi, thanks for the support. A while back Seeley changed the communication protocol in the app and it completely broke the integration. I've been working on fixing it bit by...
Hi @BrutalDeluxe20 I've recently been reworking and fixing this package a bit and finally figured out how to register devices. Changes were made in https://github.com/andrewleech/ha_magiqtouch/pull/33 and available now in the...
There always used to be a way in hacs to select which version you wanted to install, and in that selection you could choose the branch name instead. https://github.com/andrewleech/ha_magiqtouch/issues/19#issuecomment-1987570636 But...
Without this feature I've found out better to avoid MCP integration entirely and focus on cli tools I can get an agent to train itself on (updating its own agent...
Hi, this repo isn't a blueprint, it's a hacs repo. You need to install the HACS integration first: https://www.hacs.xyz/docs/use/configuration/basic/ Then follow their instructions for adding a custom repository: https://www.hacs.xyz/docs/faq/custom_repositories/