From 1f5c8fead80cab2f4ef5f66fed244a0d70862313 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Mon, 3 Nov 2025 00:07:46 +0000 Subject: [PATCH] fix --- custom_components/tibber_prices/manifest.json | 4 +++- custom_components/tibber_prices/translations/de.json | 1 - custom_components/tibber_prices/translations/en.json | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/tibber_prices/manifest.json b/custom_components/tibber_prices/manifest.json index e8a694d..b9b99b0 100644 --- a/custom_components/tibber_prices/manifest.json +++ b/custom_components/tibber_prices/manifest.json @@ -9,7 +9,9 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", "version": "0.1.0", - "homeassistant": "2024.1.0", + "homeassistant": { + "minimum_version": "2024.1.0" + }, "requirements": [ "aiofiles>=23.2.1" ] diff --git a/custom_components/tibber_prices/translations/de.json b/custom_components/tibber_prices/translations/de.json index c6238b9..3796794 100644 --- a/custom_components/tibber_prices/translations/de.json +++ b/custom_components/tibber_prices/translations/de.json @@ -45,7 +45,6 @@ "user": "Tibber Zuhause hinzufügen" }, "title": "Tibber Zuhause hinzufügen", - "description": "Füge ein weiteres Tibber Zuhause zu deiner Integration hinzu", "step": { "user": { "title": "Tibber Zuhause hinzufügen", diff --git a/custom_components/tibber_prices/translations/en.json b/custom_components/tibber_prices/translations/en.json index 35f5253..56c17de 100644 --- a/custom_components/tibber_prices/translations/en.json +++ b/custom_components/tibber_prices/translations/en.json @@ -45,7 +45,6 @@ "user": "Add Tibber Home" }, "title": "Add Tibber Home", - "description": "Add another Tibber home to your integration", "step": { "user": { "title": "Add Tibber Home",