hass-core/homeassistant/components/pvpc_hourly_pricing/strings.json
Eugenio Panadero d748894b88
Remove 'tariff' edition from options-flow (#85703)
* 🎨 Add missing typing for config-flow

* 🐛 Remove 'tariff' edition from options-flow

The `entry.data["tariff"]` is what makes the `entry.unique_id`,
so it's an incoherence to be able to change it in the Options flow

* 🌐 Update generated EN translation

* 🎨 Link translations of option-flow to those of config-flow
2023-01-13 13:27:11 +01:00

27 lines
698 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"name": "Sensor Name",
"tariff": "Applicable tariff by geographic zone",
"power": "Contracted power (kW)",
"power_p3": "Contracted power for valley period P3 (kW)"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
},
"options": {
"step": {
"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%]"
}
}
}
}
}