Jc2k / aiohomekit

asyncio for homekit
Apache License 2.0
52 stars 20 forks source link

Fix IP exceptions referencing the old host var #352

Closed bdraco closed 10 months ago

bdraco commented 10 months ago

We now have multi-ip support but when I refactored, I missed some old .host variables in the exception text

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (37d317d) 74.50% compared to head (507773f) 74.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #352 +/- ## ======================================= Coverage 74.50% 74.50% ======================================= Files 99 99 Lines 9301 9301 ======================================= Hits 6930 6930 Misses 2371 2371 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bdraco commented 10 months ago

Issue https://github.com/home-assistant/core/issues/106531

Jc2k commented 10 months ago

(Feel free to merge/release this and other fixes for beta - busy with family so won't be as reliable for acks).

bdraco commented 10 months ago

(Feel free to merge/release this and other fixes for beta - busy with family so won't be as reliable for acks).

Hopefully this is the only one. 🤞