2020-01-11 11:20:00 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
2020-05-05 03:10:39 +00:00
|
|
|
"pick_implementation": {
|
|
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
|
|
}
|
2020-01-11 11:20:00 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-08-04 18:46:46 +00:00
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
2020-05-05 03:10:39 +00:00
|
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
2020-09-10 12:52:49 +00:00
|
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
|
|
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]"
|
2020-01-11 11:20:00 +00:00
|
|
|
},
|
2020-05-05 03:10:39 +00:00
|
|
|
"create_entry": {
|
|
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
|
|
}
|
2020-07-09 04:39:33 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"public_weather": {
|
|
|
|
"data": {
|
|
|
|
"area_name": "Name of the area",
|
2020-10-10 22:42:32 +00:00
|
|
|
"lat_ne": "[%key:common::config_flow::data::latitude%] North-East corner",
|
|
|
|
"lon_ne": "[%key:common::config_flow::data::longitude%] North-East corner",
|
|
|
|
"lat_sw": "[%key:common::config_flow::data::latitude%] South-West corner",
|
|
|
|
"lon_sw": "[%key:common::config_flow::data::longitude%] South-West corner",
|
2020-07-09 04:39:33 +00:00
|
|
|
"mode": "Calculation",
|
|
|
|
"show_on_map": "Show on map"
|
|
|
|
},
|
|
|
|
"description": "Configure a public weather sensor for an area.",
|
|
|
|
"title": "Netatmo public weather sensor"
|
|
|
|
},
|
|
|
|
"public_weather_areas": {
|
|
|
|
"data": {
|
|
|
|
"new_area": "Area name",
|
|
|
|
"weather_areas": "Weather areas"
|
|
|
|
},
|
|
|
|
"description": "Configure public weather sensors.",
|
|
|
|
"title": "Netatmo public weather sensor"
|
|
|
|
}
|
|
|
|
}
|
2020-01-11 11:20:00 +00:00
|
|
|
}
|
2020-09-10 12:52:49 +00:00
|
|
|
}
|