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": "Opprett en Nordpool sensor",
"data": {
"region": "Region",
"currency": "NOK",
"VAT": "Inkluder MVA",
"precision": "Antall desimaler som vises",
"low_price_cutoff": "Grense for lav-pris",
"price_in_cents": "Pris i øre",
"price_type": "Pris i format",
"additional_costs": "Mal for tilleggskostnader"
}
}
},
"error": {
"name_exists": "Navnet eksisterer allerede",
"invalid_template": "Malen inneholder feil, se https://github.com/custom-components/nordpool"
}
}
}