From 2bbc4d7c15fc55fab096ae1f1c19930bc854a122 Mon Sep 17 00:00:00 2001 From: samuelspagl Date: Wed, 6 Sep 2023 17:41:18 +0200 Subject: [PATCH] fix manifest.json --- custom_components/samsung_soundbar/manifest.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/custom_components/samsung_soundbar/manifest.json b/custom_components/samsung_soundbar/manifest.json index 5f1eabb..8655429 100644 --- a/custom_components/samsung_soundbar/manifest.json +++ b/custom_components/samsung_soundbar/manifest.json @@ -2,11 +2,14 @@ "domain": "samsung_soundbar", "name": "Samsung Soundbar", "version": "0.1.0", - "codeowners": ["@samuelspagl"], - "dependencies": ["pysmartthings"], + "codeowners": [ + "@samuelspagl" + ], + "requirements": [ + "pysmartthings" + ], "documentation": "https://www.example.com", "integration_type": "hub", "iot_class": "cloud_polling", - "requirements": [], "config_flow": true -} \ No newline at end of file +}