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": "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"
}
}
},
"error": {
"name_exists": "Name already exists",
"invalid_template": "The template is invalid, check https://github.com/custom-components/nordpool"
}
}
}