83 lines
3.0 KiB
JSON
83 lines
3.0 KiB
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"valid_credentials_api": "Provide valid API ID.",
|
|
"valid_credentials_key": "Provide valid API KEY.",
|
|
"valid_credentials_match": "API ID and API KEY should not be the same."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"API_ID": "API ID / Station ID",
|
|
"API_KEY": "API KEY / Password",
|
|
"dev_debug_checkbox": "Developer log"
|
|
},
|
|
"description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant",
|
|
"title": "Configure access for Weather Station",
|
|
"data_description": {
|
|
"dev_debug_checkbox": " Enable only if you want to send debuging data to the developer."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"error": {
|
|
"valid_credentials_api": "Provide valid API ID.",
|
|
"valid_credentials_key": "Provide valid API KEY.",
|
|
"valid_credentials_match": "API ID and API KEY should not be the same.",
|
|
"windy_key_required": "Windy API key is required if you want to enable this function."
|
|
},
|
|
"step": {
|
|
"basic": {
|
|
"data": {
|
|
"API_ID": "API ID / Station ID",
|
|
"API_KEY": "API KEY / Password",
|
|
"dev_debug_checkbox": "Developer log"
|
|
},
|
|
"description": "Provide API ID and API KEY so the Weather Station can access HomeAssistant",
|
|
"title": "Configure credentials",
|
|
"data_description": {
|
|
"dev_debug_checkbox": " Enable only if you want to send debuging data to the developer."
|
|
}
|
|
},
|
|
"init": {
|
|
"description": "Choose what do you want to configure. If basic access or resending data for Windy site",
|
|
"menu_options": {
|
|
"basic": "Basic - configure credentials for Weather Station",
|
|
"windy": "Windy configuration"
|
|
},
|
|
"title": "Configure SWS12500 Integration"
|
|
},
|
|
"windy": {
|
|
"data": {
|
|
"WINDY_API_KEY": "API KEY provided by Windy",
|
|
"windy_enabled_checkbox": "Enable resending data to Windy",
|
|
"windy_logger_checkbox": "Log Windy data and responses"
|
|
},
|
|
"description": "Resend weather data to your Windy stations.",
|
|
"title": "Configure Windy"
|
|
}
|
|
}
|
|
},
|
|
|
|
"entity": {
|
|
"sensor": {
|
|
"indoor_temp": { "name": "Indoor temperature" },
|
|
"indoor_humidity": { "name": "Indoor humidity" },
|
|
"outside_temp": { "name": "Outside Temperature" },
|
|
"outside_humidity": { "name": "Outside humidity" },
|
|
"uv": { "name": "UV index" },
|
|
"baro_pressure": { "name": "Barometric pressure" },
|
|
"dew_point": { "name": "Dew point" },
|
|
"wind_speed": { "name": "Wind speed" },
|
|
"wind_dir": { "name": "Wind direction" },
|
|
"wind_gust": { "name": "Wind gust" },
|
|
"rain": { "name": "Rain" },
|
|
"daily_rain": { "name": "Daily precipitation" },
|
|
"solar_radiation": { "name": "Solar irradiance" },
|
|
"ch2_temp": { "name": "Channel 2 temperature" },
|
|
"ch2_humidity": { "name": "Channel 2 humidity" }
|
|
}
|
|
}
|
|
}
|