This commit is contained in:
Julian Pawlowski 2025-11-03 00:15:03 +00:00
parent 674bd2b21e
commit d3c91e162a
5 changed files with 14 additions and 20 deletions

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
]

View file

@ -149,12 +149,6 @@
}
}
},
"home_types": {
"APARTMENT": "Wohnung",
"ROWHOUSE": "Reihenhaus",
"HOUSE": "Haus",
"COTTAGE": "Ferienhaus"
},
"issues": {
"new_homes_available": {
"title": "Neue Tibber-Häuser erkannt",

View file

@ -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",