Files
homeassistant/custom_components/open_meteo_solar_forecast/strings.json
2024-12-18 13:26:06 +01:00

104 lines
4.0 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "Fill in the data of your solar panels.",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"azimuth": "Azimuth (360 degrees, 0 = North, 90 = East, 180 = South, 270 = West)",
"damping_morning": "Damping factor: adjusts the results in the morning",
"damping_evening": "Damping factor: adjusts the results in the evening",
"declination": "Declination (0 = Horizontal, 90 = Vertical)",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"efficiency_factor": "DC efficiency factor (0.0-1.0, 0.0 = 100% loss, 1.0 = no loss)",
"modules_power": "Total Watt peak power of your solar modules",
"inverter_power": "The capacity of your inverter in Watt",
"name": "[%key:common::config_flow::data::name%]"
}
}
}
},
"options": {
"error": {
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]"
},
"step": {
"init": {
"description": "[%key:component::solar_forecast::config::step::user::description%]",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"azimuth": "[%key:component::solar_forecast::config::step::user::data::azimuth%]",
"damping_morning": "[%key:component::solar_forecast::config::step::user::data::damping_morning%]",
"damping_evening": "[%key:component::solar_forecast::config::step::user::data::damping_evening%]",
"declination": "[%key:component::solar_forecast::config::step::user::data::declination%]",
"efficiency_factor": "[%key:component::solar_forecast::config::step::user::data::efficiency_factor%]",
"modules_power": "[%key:component::solar_forecast::config::step::user::data::modules_power%]",
"inverter_power": "[%key:component::solar_forecast::config::step::user::data::inverter_power%]"
}
}
}
},
"entity": {
"sensor": {
"energy_production_today": {
"name": "Estimated energy production - today"
},
"energy_production_today_remaining": {
"name": "Estimated energy production - remaining today"
},
"energy_production_tomorrow": {
"name": "Estimated energy production - tomorrow"
},
"energy_production_d2": {
"name": "Estimated energy production - day after tomorrow"
},
"energy_production_d3": {
"name": "Estimated energy production - 3 days from now"
},
"energy_production_d4": {
"name": "Estimated energy production - 4 days from now"
},
"energy_production_d5": {
"name": "Estimated energy production - 5 days from now"
},
"energy_production_d6": {
"name": "Estimated energy production - 6 days from now"
},
"energy_production_d7": {
"name": "Estimated energy production - 7 days from now"
},
"power_highest_peak_time_today": {
"name": "Highest power peak time - today"
},
"power_highest_peak_time_tomorrow": {
"name": "Highest power peak time - tomorrow"
},
"power_production_now": {
"name": "Estimated power production - now"
},
"power_production_next_15minutes": {
"name": "Estimated power production - next 15 minutes"
},
"power_production_next_30minutes": {
"name": "Estimated power production - next 30 minutes"
},
"power_production_next_hour": {
"name": "Estimated power production - next hour"
},
"power_production_next_12hours": {
"name": "Estimated power production - next 12 hours"
},
"power_production_next_24hours": {
"name": "Estimated power production - next 24 hours"
},
"energy_current_hour": {
"name": "Estimated energy production - this hour"
},
"energy_next_hour": {
"name": "Estimated energy production - next hour"
}
}
}
}