lazcad / homeassistant

Home Assistant Development
248 stars 83 forks source link

Deal with sids that are reported that may not have a model #7

Closed andrewfoster closed 7 years ago

andrewfoster commented 7 years ago

Without this change my gateway reported a sid which did not have a model. As a result the entire component broke. This change makes this more robust (it'll skip the error'd SID gracefully).

tam-wh commented 7 years ago

Added code to check for invalid device now. Thanks!