From 46b37f937a06686012034f250e40ffd33eb84fbf Mon Sep 17 00:00:00 2001 From: JD Russo <1316917+jdrusso@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:18:05 -0700 Subject: [PATCH] Update pygrocy dependency to 2.1.0 to solve validation errors Addresses https://github.com/custom-components/grocy/issues/281 --- custom_components/grocy/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/grocy/manifest.json b/custom_components/grocy/manifest.json index dd903cd..f232924 100644 --- a/custom_components/grocy/manifest.json +++ b/custom_components/grocy/manifest.json @@ -13,7 +13,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/custom-components/grocy/issues", "requirements": [ - "pygrocy==2.0.0" + "pygrocy==2.1.0" ], "version": "0.0.0" -} \ No newline at end of file +}