mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
fix
This commit is contained in:
parent
674bd2b21e
commit
d3c91e162a
5 changed files with 14 additions and 20 deletions
|
|
@ -133,5 +133,11 @@
|
||||||
"long_description": "Zeigt an, ob die Integration erfolgreich eine Verbindung zur Tibber API herstellen kann",
|
"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"
|
"usage_tips": "Nutze dies, um den Verbindungsstatus zur Tibber API zu überwachen"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"home_types": {
|
||||||
|
"APARTMENT": "Wohnung",
|
||||||
|
"ROWHOUSE": "Reihenhaus",
|
||||||
|
"HOUSE": "Haus",
|
||||||
|
"COTTAGE": "Ferienhaus"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -133,5 +133,11 @@
|
||||||
"long_description": "Indicates if the integration can successfully connect to the Tibber API",
|
"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"
|
"usage_tips": "Use this to monitor the connection status to the Tibber API"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"home_types": {
|
||||||
|
"APARTMENT": "Apartment",
|
||||||
|
"ROWHOUSE": "Rowhouse",
|
||||||
|
"HOUSE": "House",
|
||||||
|
"COTTAGE": "Cottage"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,7 @@
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues",
|
"issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"homeassistant": {
|
"minimum_version": "2024.1.0",
|
||||||
"minimum_version": "2024.1.0"
|
|
||||||
},
|
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"aiofiles>=23.2.1"
|
"aiofiles>=23.2.1"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -149,12 +149,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"home_types": {
|
|
||||||
"APARTMENT": "Wohnung",
|
|
||||||
"ROWHOUSE": "Reihenhaus",
|
|
||||||
"HOUSE": "Haus",
|
|
||||||
"COTTAGE": "Ferienhaus"
|
|
||||||
},
|
|
||||||
"issues": {
|
"issues": {
|
||||||
"new_homes_available": {
|
"new_homes_available": {
|
||||||
"title": "Neue Tibber-Häuser erkannt",
|
"title": "Neue Tibber-Häuser erkannt",
|
||||||
|
|
|
||||||
|
|
@ -92,11 +92,7 @@
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"entry_not_found": "Tibber configuration entry not found."
|
"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": {
|
"entity": {
|
||||||
"sensor": {
|
"sensor": {
|
||||||
|
|
@ -164,12 +160,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"home_types": {
|
|
||||||
"APARTMENT": "Apartment",
|
|
||||||
"ROWHOUSE": "Rowhouse",
|
|
||||||
"HOUSE": "House",
|
|
||||||
"COTTAGE": "Cottage"
|
|
||||||
},
|
|
||||||
"issues": {
|
"issues": {
|
||||||
"new_homes_available": {
|
"new_homes_available": {
|
||||||
"title": "New Tibber homes detected",
|
"title": "New Tibber homes detected",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue