core/homeassistant/components/pvpc_hourly_pricing/strings.json

29 lines
676 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": {
"tariff": "Applicable tariff by geographic zone",
"power": "Contracted power (kW)",
"power_p3": "Contracted power for valley period P3 (kW)"
}
}
}
}
}