mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Improve debug output
This commit is contained in:
parent
09ff272290
commit
32faf5b709
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user