bigbadblunt / homeassistant-lightwave2

Lightwave RF custom component for Home Assistant. Requires generation 2 ("Link Plus") hub, but will control both generation 1 ("Connect Series") and generation 2 ("Smart Series") devices.
41 stars 10 forks source link

Don't crash if an entity cannot be set up. #117

Closed robcos closed 1 year ago

robcos commented 1 year ago
Currently, if for any reason, we don't get the right data from the server, we completly crash
the integration. Instead, we should ignore the entity and try the rest.
This can happen for example if a user has multiple hubs and one of them is not connected
to the network.

Fixes https://github.com/bigbadblunt/homeassistant-lightwave2/issues/116