Initial Home Assistant Configuration

This commit is contained in:
root
2025-09-11 10:47:34 +03:00
commit ac8b542e1b
2360 changed files with 41412 additions and 0 deletions
@@ -0,0 +1,25 @@
{
"config": {
"title": "Nordpool",
"step": {
"user": {
"title": "Nordpool Sensor",
"description": "Configureer een Nordpool sensor",
"data": {
"region": "Regio",
"currency": "Munteenheid",
"VAT": "Inclusief BTW",
"precision": "Decimalen afronden",
"low_price_cutoff": "Precentage lage prijs",
"price_in_cents": "Prijs in centen",
"price_type": "Energie schaal",
"additional_costs": "Template voor extra kosten"
}
}
},
"error": {
"name_exists": "Naam bestaat al",
"invalid_template": "Het template is ongeldig, zie https://github.com/custom-components/nordpool"
}
}
}