From a4a8fc5707380f990876e2d94efa392164b8239c Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Mon, 3 Nov 2025 00:47:45 +0000 Subject: [PATCH] fix manifest order --- custom_components/tibber_prices/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tibber_prices/manifest.json b/custom_components/tibber_prices/manifest.json index fb6d22d..e39112a 100644 --- a/custom_components/tibber_prices/manifest.json +++ b/custom_components/tibber_prices/manifest.json @@ -6,8 +6,8 @@ ], "config_flow": true, "documentation": "https://github.com/jpawlowski/hass.tibber_prices", - "iot_class": "cloud_polling", "integration_type": "hub", + "iot_class": "cloud_polling", "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", "requirements": [ "aiofiles>=23.2.1"