From aba9e17a7abdc2bc9ba56589814961c4d670068b Mon Sep 17 00:00:00 2001 From: albaintor <118518828+albaintor@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:14:45 +0200 Subject: [PATCH] Fixed wrong version --- custom_components/electrolux_status/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/electrolux_status/manifest.json b/custom_components/electrolux_status/manifest.json index c0db060..82d31f2 100644 --- a/custom_components/electrolux_status/manifest.json +++ b/custom_components/electrolux_status/manifest.json @@ -14,6 +14,6 @@ "pyelectroluxocp==0.0.16" ], "ssdp": [], - "version": "1.0.18", + "version": "1.0.19", "zeroconf": [] }