Initial Home Assistant Configuration
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user