From f49f74467b3a61da61a8cd9911cdb90d3fa813d1 Mon Sep 17 00:00:00 2001 From: Alexander Birkner Date: Tue, 3 Dec 2024 16:15:49 +0100 Subject: [PATCH] fix(deps): Remove deps since they are both already provided by homeassistant-core --- custom_components/einskomma5grad/manifest.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/custom_components/einskomma5grad/manifest.json b/custom_components/einskomma5grad/manifest.json index 2c0b0a4..d330d28 100644 --- a/custom_components/einskomma5grad/manifest.json +++ b/custom_components/einskomma5grad/manifest.json @@ -9,9 +9,5 @@ "documentation": "https://github.com/BirknerAlex/hacs_1komma5grad/blob/main/README.md", "issue_tracker": "https://github.com/BirknerAlex/hacs_1komma5grad/issues", "iot_class": "cloud_polling", - "integration_type": "hub", - "requirements": [ - "requests==2.32.3", - "PyJWT==2.9.0" - ] + "integration_type": "hub" }