From 8b4f9d9743616d2388a8f2e2718d7b5bdf9640ab Mon Sep 17 00:00:00 2001 From: Rogier van Staveren Date: Fri, 5 Jul 2024 13:46:32 +0200 Subject: [PATCH] Use latest unii library and bump version --- custom_components/unii/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/unii/manifest.json b/custom_components/unii/manifest.json index acf436d..6a0acba 100644 --- a/custom_components/unii/manifest.json +++ b/custom_components/unii/manifest.json @@ -22,7 +22,7 @@ "unii" ], "requirements": [ - "unii==1.0.0b11" + "unii==1.0.0" ], - "version": "1.0.0-beta.4" + "version": "1.0.0" }