hass-core/tests/components/zeroconf
J. Nick Koston 3315c4c6c3
Pre-filter zeroconf service browser updates (#35518)
Each ServerBrowser currently runs in its own thread which
processes every A or AAAA record update per instance.

As the list of zeroconf names we watch for grows, each additional
ServiceBrowser would process all the A and AAAA updates on the network.

To avoid overwhemling the system we pre-filter here and only process
DNSPointers for the configured record name (type)
2020-05-11 18:30:15 -05:00
..
__init__.py Zeroconf discovery for config entries (#23919) 2019-05-21 15:36:26 -07:00
test_init.py Pre-filter zeroconf service browser updates (#35518) 2020-05-11 18:30:15 -05:00