James Myatt
James Myatt
Thanks. I didn't know that. Does that correspond to the "Local bit" =1 and "Global bit" = 0 in section 2.1 of the RFC? i.e. `bitand(first byte, 3) == 2`...
FWIW, I don't know if you want to remove randomized addresses since you still want to know that they're connect to the LAN, and devices might connect with a consistent...
Thanks for looking at this. Make sure you link up with the ESPHome team, since I think Nabu Casa are prioritising audio projects in 2023. Look at the i2c examples...
I think you need to add fields like "update_interval",
I have a separate issue that the last seen entities aren't removed from HA, but I think this is an HA issue since the discovery topics are missing.
BTW, ESP8266 GPIO pins are also tolerant to 5V inputs. e.g. https://www.tablix.org/~avian/blog/archives/2022/05/a_footnote_about_esp8266_5v_tolerance/
@JonZeolla, do you think it's time to kick-off a [PEP 541](https://peps.python.org/pep-0541/#continued-maintenance-of-an-abandoned-project) request to transfer the project? Last release was nearly 2 years ago and it's been broken since May 2022.
Hi @hackebrot . Thanks for all of your work on this project. If you have the time, then I think that #63 should be sufficient to support cookiecutter 2.1.0 onwards....
Try my fork as described in https://github.com/hackebrot/pytest-cookies/issues/41
This is definitely a bug since it's so unexpected and causes different behaviour on different devices. Even though it's not a showstopper, it really needs to be fixed. If it's...