Remove calls to wemo.reconnect_with_device (#46646)
This commit is contained in:
parent
f7c0fc5553
commit
eb3e5cb67f
5 changed files with 0 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue