egnerfl / alfen_wallbox

Alfen wallbox - Home Assistant Component
MIT License
33 stars 12 forks source link

prevent TypeError: NoneType Object Is Not Iterable #2

Closed bjwo closed 1 year ago

bjwo commented 1 year ago

Setting up the integration failed due to TypeError: NoneType Object Is Not Iterable in line 133. Introducing a check if the response is None prevents the error.