Initial Home Assistant Configuration
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"config": {
|
||||
"title": "Nord Pool",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Sensor",
|
||||
"description": "Konfigurera en Nord Pool-sensor",
|
||||
"data": {
|
||||
"region": "Region",
|
||||
"friendly_name": "Visningsnamn",
|
||||
"currency": "SEK",
|
||||
"VAT": "Inkludera moms",
|
||||
"precision": "Hur många decimaler ska visas",
|
||||
"low_price_cutoff": "Lägsta prisnivå",
|
||||
"price_in_cents": "Pris i ören",
|
||||
"price_type": "Prisformat",
|
||||
"additional_costs": "Mall för ytterligare kostnader"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": "Namnet existerar redan",
|
||||
"invalid_template": "Mallen är ogiltig, se https://github.com/custom-components/nordpool"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user