Skip to content

Allow passing the zeroconf server name when creating the AccessoryDriver#379

Merged
ikalchev merged 1 commit intoikalchev:devfrom
bdraco:zeroconf_server
Sep 2, 2021
Merged

Allow passing the zeroconf server name when creating the AccessoryDriver#379
ikalchev merged 1 commit intoikalchev:devfrom
bdraco:zeroconf_server

Conversation

@bdraco
Copy link
Copy Markdown
Contributor

@bdraco bdraco commented Aug 29, 2021

  • When there are multiple bridges running with the same address, each
    A record has to be kept fresh. By using the same server for all the bridges
    we avoid a case where the amount of broadcast traffic exceeds the limit
    and the bridges become unavailable

- When there are multiple bridges running with the same address, each
  A record has to be kept fresh. By using the same server for all the bridges
  we avoid a case where the amount of broadcast traffic exceeds the limit
  and the bridges become unavailable
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 29, 2021

Codecov Report

Merging #379 (a04f561) into dev (6e88070) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #379   +/-   ##
=======================================
  Coverage   91.65%   91.65%           
=======================================
  Files          20       20           
  Lines        2084     2085    +1     
  Branches      257      257           
=======================================
+ Hits         1910     1911    +1     
  Misses        132      132           
  Partials       42       42           
Impacted Files Coverage Δ
pyhap/accessory_driver.py 92.19% <100.00%> (+0.01%) ⬆️

@bdraco bdraco marked this pull request as ready for review August 30, 2021 15:30
@ikalchev ikalchev merged commit e79c188 into ikalchev:dev Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants