Files
core/homeassistant/components/forecast_solar/strings.json
T
krazos 71c18ec527 Fix errant reference to "Solar.Forecast" in "Forecast.Solar" config options (#81252)
Fix errant reference to Solar.Forecast

Config options string referred to "Solar.Forecast".  That reference has been corrected to "Forecast.Solar".
2022-11-03 23:23:42 +01:00

33 lines
1.3 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "Fill in the data of your solar panels. Please refer to the documentation if a field is unclear.",
"data": {
"azimuth": "Azimuth (360 degrees, 0 = North, 90 = East, 180 = South, 270 = West)",
"declination": "Declination (0 = Horizontal, 90 = Vertical)",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"modules power": "Total Watt peak power of your solar modules",
"name": "[%key:common::config_flow::data::name%]"
}
}
}
},
"options": {
"step": {
"init": {
"description": "These values allow tweaking the Forecast.Solar result. Please refer to the documentation if a field is unclear.",
"data": {
"api_key": "Forecast.Solar API Key (optional)",
"azimuth": "Azimuth (360 degrees, 0 = North, 90 = East, 180 = South, 270 = West)",
"damping": "Damping factor: adjusts the results in the morning and evening",
"inverter_size": "Inverter size (Watt)",
"declination": "Declination (0 = Horizontal, 90 = Vertical)",
"modules power": "Total Watt peak power of your solar modules"
}
}
}
}
}