-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from covid10/master
Fix device_state_attributes warnings and norwegian translation
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 cent", | ||
"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" | ||
} | ||
} | ||
} |