From 98d334864e6929ea7477cbf6abd85f99f59bc72c Mon Sep 17 00:00:00 2001 From: Olen Date: Thu, 6 Jun 2024 12:55:16 +0200 Subject: [PATCH] Update manifest.json Release 2024.6.0 to fix group-errors in HA 2024.6 --- custom_components/plant/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/plant/manifest.json b/custom_components/plant/manifest.json index 7f88c1b..b6eb6aa 100644 --- a/custom_components/plant/manifest.json +++ b/custom_components/plant/manifest.json @@ -16,5 +16,5 @@ "requirements": [ "async-timeout>=4.0.2" ], - "version": "2024.5.0beta1" + "version": "2024.6.0" }