We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e1348 commit 8bad7d9Copy full SHA for 8bad7d9
1 file changed
custom_components/gicisky/gicisky_ble/writer.py
@@ -71,7 +71,7 @@ async def update_image(
71
if client.is_connected:
72
await client.disconnect()
73
except Exception as e:
74
- _LOGGER.debug(f"{ble_device.address} Already disconnected: {e}")
+ _LOGGER.warning(f"{ble_device.address} Already disconnected: {e}")
75
76
class GiciskyClient:
77
class Status(Enum):
0 commit comments