puttyman / hass-amplifi

A home assistant integration for Ubiquiti Amplifi
27 stars 16 forks source link

Guard against self.data being None #19

Closed gadgetchnnel closed 2 years ago

gadgetchnnel commented 2 years ago

The issue with entities being unavailable on restart appears to be due to self.data in the coordinator sometimes being None. This PR guards against this to reduce errors on startup

Fixes issue #15