Improve debug output

pull/19805/head
Sebastian Muszynski 2019-01-05 22:39:02 +01:00
parent 09ff272290
commit 32faf5b709
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class XiaomiBinarySensor(XiaomiDevice, BinarySensorDevice):
def update(self):
"""Update the sensor state."""
_LOGGER.debug('Updating xiaomi sensor by polling')
_LOGGER.debug('Updating xiaomi sensor (%s) by polling', self._sid)
self._get_from_hub(self._sid)