1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-28 12:43:44 +01:00
Files
core/homeassistant/components/pvpc_hourly_pricing/strings.json
2025-10-28 10:33:10 +01:00

55 lines
1.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"step": {
"api_token": {
"data": {
"api_token": "[%key:common::config_flow::data::api_token%]"
},
"description": "To use the extended API you must request a personal token by mailing to {mail_to_link}.",
"title": "ESIOS API token"
},
"reauth_confirm": {
"data": {
"api_token": "[%key:common::config_flow::data::api_token%]",
"description": "Re-authenticate with a valid token or disable it",
"use_api_token": "[%key:component::pvpc_hourly_pricing::config::step::user::data::use_api_token%]"
}
},
"user": {
"data": {
"name": "Sensor Name",
"power": "Contracted power (kW)",
"power_p3": "Contracted power for valley period P3 (kW)",
"tariff": "Applicable tariff by geographic zone",
"use_api_token": "Enable ESIOS Personal API token for private access"
}
}
}
},
"options": {
"step": {
"api_token": {
"data": {
"api_token": "[%key:common::config_flow::data::api_token%]"
},
"description": "[%key:component::pvpc_hourly_pricing::config::step::api_token::description%]",
"title": "[%key:component::pvpc_hourly_pricing::config::step::api_token::title%]"
},
"init": {
"data": {
"power": "[%key:component::pvpc_hourly_pricing::config::step::user::data::power%]",
"power_p3": "[%key:component::pvpc_hourly_pricing::config::step::user::data::power_p3%]",
"use_api_token": "[%key:component::pvpc_hourly_pricing::config::step::user::data::use_api_token%]"
}
}
}
}
}