-
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.
- Loading branch information
Showing
4 changed files
with
145 additions
and
30 deletions.
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,39 @@ | ||
{ | ||
"config": { | ||
"title": "Nordpool", | ||
"step": { | ||
"user": { | ||
"title": "Nordpool Sensor", | ||
"description": "Setup a Nordpool sensor", | ||
"data": { | ||
"region": "Region", | ||
"currency": "Currency", | ||
"VAT": "Include VAT", | ||
"precision": "Decimal rounding precision", | ||
"low_price_cutoff": "Low price percentage", | ||
"price_in_cents": "Price in cents", | ||
"price_type": "Energy scale", | ||
"additional_costs": "Template for additional costs" | ||
}, | ||
"reconfigure_confirm": { | ||
"title": "Nordpool Sensor", | ||
"description": "Reconfigure Nordpool sensor", | ||
"data": { | ||
"region": "Region", | ||
"currency": "Currency", | ||
"VAT": "Include VAT", | ||
"precision": "Decimal rounding precision", | ||
"low_price_cutoff": "Low price percentage", | ||
"price_in_cents": "Price in cents", | ||
"price_type": "Energy scale", | ||
"additional_costs": "Template for additional costs" | ||
} | ||
} | ||
} | ||
}, | ||
"error": { | ||
"name_exists": "Name already exists", | ||
"invalid_template": "The template is invalid, check https://github.com/custom-components/nordpool" | ||
} | ||
} | ||
} |
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