From d749016f3a92de56764ceb91394d68df0f473ef1 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Mon, 3 Nov 2025 00:44:25 +0000 Subject: [PATCH] fix sorting order --- custom_components/tibber_prices/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/tibber_prices/manifest.json b/custom_components/tibber_prices/manifest.json index f59c677..fb6d22d 100644 --- a/custom_components/tibber_prices/manifest.json +++ b/custom_components/tibber_prices/manifest.json @@ -7,10 +7,10 @@ "config_flow": true, "documentation": "https://github.com/jpawlowski/hass.tibber_prices", "iot_class": "cloud_polling", - "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", - "version": "0.1.0", "integration_type": "hub", + "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", "requirements": [ "aiofiles>=23.2.1" - ] + ], + "version": "0.1.0" }