Remove calls to wemo.reconnect_with_device (#46646)

This commit is contained in:
Eric Severance 2021-02-17 04:17:31 -08:00 committed by GitHub
parent f7c0fc5553
commit eb3e5cb67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 6 deletions

View file

@ -44,4 +44,3 @@ class WemoBinarySensor(WemoSubscriptionEntity, BinarySensorEntity):
except ActionException as err:
_LOGGER.warning("Could not update status for %s (%s)", self.name, err)
self._available = False
self.wemo.reconnect_with_device()