From a0700790edf83eb372e8a6dec6a9a3facba874fb Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Mon, 3 Nov 2025 00:38:19 +0000 Subject: [PATCH] fix manifest --- 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 bd507c7..f59c677 100644 --- a/custom_components/tibber_prices/manifest.json +++ b/custom_components/tibber_prices/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", "version": "0.1.0", - "minimum_version": "2024.1.0", + "integration_type": "hub", "requirements": [ "aiofiles>=23.2.1" ]