From c11368898691657b65850590064c0c341c12a7b1 Mon Sep 17 00:00:00 2001 From: orkun Date: Thu, 10 Apr 2025 19:37:48 +0300 Subject: [PATCH] Update custom_components/samsung_soundbar/manifest.json --- .../samsung_soundbar/manifest.json | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/custom_components/samsung_soundbar/manifest.json b/custom_components/samsung_soundbar/manifest.json index 4ac63d1..5a9f3e3 100644 --- a/custom_components/samsung_soundbar/manifest.json +++ b/custom_components/samsung_soundbar/manifest.json @@ -1,17 +1,16 @@ { - "domain": "samsung_soundbar", - "name": "Samsung Soundbar", - "codeowners": [ - "@samuelspagl" - ], - "config_flow": true, - "documentation": "https://www.example.com", - "integration_type": "hub", - "iot_class": "cloud_polling", - "issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues", - "requirements": [ - "pysmartthings==0.7.8" - ], - "version": "0.4.1" - } + "domain": "samsung_soundbar", + "name": "Samsung Soundbar", + "codeowners": [ + "@samuelspagl" + ], + "config_flow": true, + "documentation": "https://www.example.com", + "integration_type": "hub", + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues", + "requirements": [ + "pysmartthings==0.7.8" + ], + "version": "0.4.1" } \ No newline at end of file