From f4462a193dda5055cb4e524f07730a41444770eb Mon Sep 17 00:00:00 2001 From: mdeweerd Date: Thu, 8 Aug 2024 01:02:00 +0200 Subject: [PATCH] Fix requirements --- custom_components/zha_toolkit/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/zha_toolkit/manifest.json b/custom_components/zha_toolkit/manifest.json index 369cce9..bdee483 100644 --- a/custom_components/zha_toolkit/manifest.json +++ b/custom_components/zha_toolkit/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/mdeweerd/zha-toolkit", "iot_class": "local_polling", "issue_tracker": "https://github.com/mdeweerd/zha-toolkit/issues", - "requirements": ["aiofiles>=0.4.0", "pytz>=>2016.10"], + "requirements": ["aiofiles>=0.4.0", "pytz>=2016.10"], "version": "1.0.0" }