mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"title": "Location in Sweden",
|
|
"data": {
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
|
}
|
|
},
|
|
"reconfigure": {
|
|
"title": "Reconfigure your location in Sweden",
|
|
"data": {
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"wrong_location": "Location Sweden only"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"thunder": {
|
|
"name": "Thunder probability"
|
|
},
|
|
"total_cloud": {
|
|
"name": "Total cloud coverage"
|
|
},
|
|
"low_cloud": {
|
|
"name": "Low cloud coverage"
|
|
},
|
|
"medium_cloud": {
|
|
"name": "Medium cloud coverage"
|
|
},
|
|
"high_cloud": {
|
|
"name": "High cloud coverage"
|
|
},
|
|
"precipitation_category": {
|
|
"name": "Precipitation category",
|
|
"state": {
|
|
"0": "No precipitation",
|
|
"1": "Snow",
|
|
"2": "Snow and rain",
|
|
"3": "Rain",
|
|
"4": "Drizzle",
|
|
"5": "Freezing rain",
|
|
"6": "Freezing drizzle"
|
|
}
|
|
},
|
|
"frozen_precipitation": {
|
|
"name": "Frozen precipitation"
|
|
}
|
|
}
|
|
}
|
|
}
|