diff --git a/custom_components/purrsong/manifest.json b/custom_components/purrsong/manifest.json index 5569e7b..9444ece 100644 --- a/custom_components/purrsong/manifest.json +++ b/custom_components/purrsong/manifest.json @@ -10,8 +10,11 @@ "integration_type": "hub", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/RobertD502/home-assistant-lavviebot/issues", + "loggers": [ + "lavviebotaio" + ], "requirements": [ - "lavviebotaio==0.3.0" + "lavviebotaio==0.3.1" ], - "version": "0.3.0" + "version": "0.3.1" }