2018-09-04 07:22:44 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Fill in your information",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
2020-10-27 04:30:20 +00:00
|
|
|
"elevation": "[%key:common::config_flow::data::elevation%]",
|
2020-10-01 13:36:57 +00:00
|
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
2018-09-04 07:22:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-05-27 22:48:28 +00:00
|
|
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]"
|
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-07 03:34:06 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
|
2018-09-04 07:22:44 +00:00
|
|
|
}
|
2021-08-24 20:37:50 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"title": "Configure OpenUV",
|
|
|
|
"data": {
|
|
|
|
"from_window": "Starting UV index for the protection window",
|
|
|
|
"to_window": "Ending UV index for the protection window"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-09-04 07:22:44 +00:00
|
|
|
}
|
2020-05-27 22:48:28 +00:00
|
|
|
}
|