ikalchev / HAP-python

A python implementation of the HomeKit Accessory Protocol (HAP)
Other
607 stars 116 forks source link

Allow passing multiple ip to advertise on to AccessoryDriver #442

Closed bdraco closed 1 year ago

bdraco commented 1 year ago

needed for ipv6 support / dual stack https://github.com/home-assistant/core/pull/94126

codecov[bot] commented 1 year ago

Codecov Report

Merging #442 (57e1f35) into dev (8b62c19) will increase coverage by 0.03%. The diff coverage is 94.73%.

@@            Coverage Diff             @@
##              dev     #442      +/-   ##
==========================================
+ Coverage   91.63%   91.67%   +0.03%     
==========================================
  Files          20       20              
  Lines        2140     2149       +9     
  Branches      264      266       +2     
==========================================
+ Hits         1961     1970       +9     
  Misses        136      136              
  Partials       43       43              
Impacted Files Coverage Δ
pyhap/accessory_driver.py 91.66% <83.33%> (ø)
pyhap/state.py 100.00% <100.00%> (ø)
pyhap/util.py 100.00% <100.00%> (ø)