From a041fe60cb5c7fb2dfad91ae24d04755f94e1a4c Mon Sep 17 00:00:00 2001 From: Bastian Neumann Date: Mon, 5 Feb 2024 19:52:50 +0000 Subject: [PATCH] require pysmarthashtag library 0.1.7 --- custom_components/smarthashtag/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/smarthashtag/manifest.json b/custom_components/smarthashtag/manifest.json index ab5ec26..d4b89bb 100644 --- a/custom_components/smarthashtag/manifest.json +++ b/custom_components/smarthashtag/manifest.json @@ -7,6 +7,6 @@ "integration_type": "device", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/DasBasti/SmartHashtag/issues", - "requirements": ["pysmarthashtag==0.1.5"], + "requirements": ["pysmarthashtag==0.1.7"], "version": "0.1.0" }