From 203bc3d3ccd32a1090a5990dc28a3a66f07c2a92 Mon Sep 17 00:00:00 2001 From: "Dr. Drinovac" <52541649+RobertD502@users.noreply.github.com> Date: Sat, 27 Jul 2024 14:33:42 -0400 Subject: [PATCH] add lavviebotaio to loggers, bump backend and integration to 0.3.1 --- custom_components/purrsong/manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" }