diff --git a/custom_components/tibber_prices/custom_translations/de.json b/custom_components/tibber_prices/custom_translations/de.json index 55adf41..4d4758b 100644 --- a/custom_components/tibber_prices/custom_translations/de.json +++ b/custom_components/tibber_prices/custom_translations/de.json @@ -133,5 +133,11 @@ "long_description": "Zeigt an, ob die Integration erfolgreich eine Verbindung zur Tibber API herstellen kann", "usage_tips": "Nutze dies, um den Verbindungsstatus zur Tibber API zu überwachen" } + }, + "home_types": { + "APARTMENT": "Wohnung", + "ROWHOUSE": "Reihenhaus", + "HOUSE": "Haus", + "COTTAGE": "Ferienhaus" } } diff --git a/custom_components/tibber_prices/custom_translations/en.json b/custom_components/tibber_prices/custom_translations/en.json index 3d264e4..65730c5 100644 --- a/custom_components/tibber_prices/custom_translations/en.json +++ b/custom_components/tibber_prices/custom_translations/en.json @@ -133,5 +133,11 @@ "long_description": "Indicates if the integration can successfully connect to the Tibber API", "usage_tips": "Use this to monitor the connection status to the Tibber API" } + }, + "home_types": { + "APARTMENT": "Apartment", + "ROWHOUSE": "Rowhouse", + "HOUSE": "House", + "COTTAGE": "Cottage" } } diff --git a/custom_components/tibber_prices/manifest.json b/custom_components/tibber_prices/manifest.json index b9b99b0..bd507c7 100644 --- a/custom_components/tibber_prices/manifest.json +++ b/custom_components/tibber_prices/manifest.json @@ -9,9 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", "version": "0.1.0", - "homeassistant": { - "minimum_version": "2024.1.0" - }, + "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 3796794..efea531 100644 --- a/custom_components/tibber_prices/translations/de.json +++ b/custom_components/tibber_prices/translations/de.json @@ -149,12 +149,6 @@ } } }, - "home_types": { - "APARTMENT": "Wohnung", - "ROWHOUSE": "Reihenhaus", - "HOUSE": "Haus", - "COTTAGE": "Ferienhaus" - }, "issues": { "new_homes_available": { "title": "Neue Tibber-Häuser erkannt", diff --git a/custom_components/tibber_prices/translations/en.json b/custom_components/tibber_prices/translations/en.json index 56c17de..cb6752f 100644 --- a/custom_components/tibber_prices/translations/en.json +++ b/custom_components/tibber_prices/translations/en.json @@ -92,11 +92,7 @@ }, "abort": { "entry_not_found": "Tibber configuration entry not found." - }, - "best_price_flex": "Best Price Flexibility (%)", - "peak_price_flex": "Peak Price Flexibility (%)", - "price_rating_threshold_low": "Price Low Threshold (% to trailing average)", - "price_rating_threshold_high": "Price High Threshold (% to trailing average)" + } }, "entity": { "sensor": { @@ -164,12 +160,6 @@ } } }, - "home_types": { - "APARTMENT": "Apartment", - "ROWHOUSE": "Rowhouse", - "HOUSE": "House", - "COTTAGE": "Cottage" - }, "issues": { "new_homes_available": { "title": "New Tibber homes detected",