mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
fix logging-not-lazy
This commit is contained in:
@@ -389,8 +389,8 @@ class HMDevice(Entity):
|
|||||||
except Exception as err:
|
except Exception as err:
|
||||||
self._connected = False
|
self._connected = False
|
||||||
self._available = False
|
self._available = False
|
||||||
_LOGGER.error("Exception while linking %s: %s" %
|
_LOGGER.error("Exception while linking %s: %s",
|
||||||
(self._address, str(err)))
|
self._address, str(err))
|
||||||
else:
|
else:
|
||||||
_LOGGER.critical("Delink %s object from HM!", self._name)
|
_LOGGER.critical("Delink %s object from HM!", self._name)
|
||||||
self._connected = False
|
self._connected = False
|
||||||
|
Reference in New Issue
Block a user