From f686f74f27a4db2f09199203dbecdea732a3c992 Mon Sep 17 00:00:00 2001 From: Fabian Seitz Date: Thu, 4 Jan 2024 20:05:55 +0100 Subject: [PATCH] bump version to 2024.01.0 & fix manifest alphabetical order --- custom_components/rewe/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/rewe/manifest.json b/custom_components/rewe/manifest.json index ab5933f..fe20b76 100644 --- a/custom_components/rewe/manifest.json +++ b/custom_components/rewe/manifest.json @@ -7,10 +7,10 @@ "config_flow": true, "dependencies": [], "documentation": "https://github.com/faserf/ha-rewe#readme", - "issue_tracker": "https://github.com/faserf/ha-rewe/issues", "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/faserf/ha-rewe/issues", "requirements": [ "cloudscraper==1.2.71" ], - "version": "2023.06.0" + "version": "2024.01.0" } \ No newline at end of file