hunterjm / ac-infinity-hacs

Custom Integration for AC Infinity Controllers
MIT License
25 stars 8 forks source link

logging and discovery fix #4

Open loganbest opened 10 months ago

loganbest commented 10 months ago

Based on #2 there's a break in the BLE discovery loop. When there's more than one BLE device in range, it'll create an unhandled exception and discontinue looking for more devices. This PR handles the exception and adds some debug logging around that conditional.