NickWaterton / Roomba980-Python

Python program and library to control iRobot Roomba 980 Vacuum Cleaner
MIT License
384 stars 108 forks source link

sys.exit causes HASS to fail startup if roomba cannot connect #68

Closed bdraco closed 4 years ago

bdraco commented 4 years ago

The sys.exit in roomba.py causes HASS to fail startup if it cannot connect. Can these be changed to throw instead?

bdraco commented 4 years ago

https://github.com/pschmitt/roombapy is the fork that is used. Sorry for the noise