1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-14 10:03:52 +01:00

Fix switchbot cloud library logger (#135987)

This commit is contained in:
Joost Lekkerkerker
2025-01-19 15:15:21 +01:00
committed by GitHub
parent 439f22f584
commit cf29ef91ee
@@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/switchbot_cloud",
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["switchbot-api"],
"loggers": ["switchbot_api"],
"requirements": ["switchbot-api==2.3.1"]
}