From ca4d9a14460d6b1c83f30365316b35ce446c300c Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Fri, 29 Nov 2024 14:17:21 +0100 Subject: [PATCH] Update version to 2.5.0 --- custom_components/huesyncbox/manifest.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/custom_components/huesyncbox/manifest.json b/custom_components/huesyncbox/manifest.json index 6e8dcf7..2e4f78b 100644 --- a/custom_components/huesyncbox/manifest.json +++ b/custom_components/huesyncbox/manifest.json @@ -1,7 +1,6 @@ { "domain": "huesyncbox", "name": "Philips Hue Play HDMI Sync Box", - "codeowners": [ "@mvdwetering" ], @@ -11,8 +10,14 @@ "integration_type": "device", "iot_class": "local_polling", "issue_tracker": "https://github.com/mvdwetering/huesyncbox/issues", - "loggers": ["aiohuesyncbox"], - "requirements": ["aiohuesyncbox==0.0.30"], - "version": "0.0.0", - "zeroconf": ["_huesync._tcp.local."] -} + "loggers": [ + "aiohuesyncbox" + ], + "requirements": [ + "aiohuesyncbox==0.0.30" + ], + "version": "2.5.0", + "zeroconf": [ + "_huesync._tcp.local." + ] +} \ No newline at end of file