mirror of
https://github.com/home-assistant/core.git
synced 2026-02-08 08:06:13 +01:00
* Improve performance of dhcp on high activity networks Most of the overhead was constructing IPAddress objects which is solved with https://github.com/bdraco/cached-ipaddress * fix test * fix: bump * bump again * lets do it on the correct branch