From 3fc0e117dca5f15e0d99bc7cb66c46d870c70b6e Mon Sep 17 00:00:00 2001 From: fedefreue <63209974+fedefreue@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:11:38 +0000 Subject: [PATCH] Update pygrocy dependencies --- custom_components/grocy/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/grocy/manifest.json b/custom_components/grocy/manifest.json index 8ac342f..dd903cd 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==1.5.0" + "pygrocy==2.0.0" ], "version": "0.0.0" } \ No newline at end of file