Add state attribute translations for Weather (#89897)
This commit is contained in:
parent
1f4164def8
commit
8ecd73cac7
1 changed files with 43 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"title": "Weather",
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"name": "Weather",
|
||||
"name": "[%key:component::weather::title%]",
|
||||
"state": {
|
||||
"clear-night": "Clear, night",
|
||||
"cloudy": "Cloudy",
|
||||
|
@ -18,6 +19,47 @@
|
|||
"sunny": "Sunny",
|
||||
"windy": "Windy",
|
||||
"windy-variant": "Windy"
|
||||
},
|
||||
"state_attributes": {
|
||||
"forecast": {
|
||||
"name": "Forecast"
|
||||
},
|
||||
"humidity": {
|
||||
"name": "Humidity"
|
||||
},
|
||||
"ozone": {
|
||||
"name": "Ozone"
|
||||
},
|
||||
"precipitation_unit": {
|
||||
"name": "Precipitation unit"
|
||||
},
|
||||
"pressure": {
|
||||
"name": "Pressure"
|
||||
},
|
||||
"pressure_unit": {
|
||||
"name": "Pressure unit"
|
||||
},
|
||||
"temperature": {
|
||||
"name": "Temperature"
|
||||
},
|
||||
"temperature_unit": {
|
||||
"name": "Temperature unit"
|
||||
},
|
||||
"visibility": {
|
||||
"name": "Visibility"
|
||||
},
|
||||
"visibility_unit": {
|
||||
"name": "Visibility unit"
|
||||
},
|
||||
"wind_bearing": {
|
||||
"name": "Wind bearing"
|
||||
},
|
||||
"wind_speed": {
|
||||
"name": "Wind speed"
|
||||
},
|
||||
"wind_speed_unit": {
|
||||
"name": "Wind speed unit"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue