mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Add state attribute translations for Weather (#89897)
This commit is contained in:
parent
1f4164def8
commit
8ecd73cac7
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"title": "Weather",
|
||||||
"entity_component": {
|
"entity_component": {
|
||||||
"_": {
|
"_": {
|
||||||
"name": "Weather",
|
"name": "[%key:component::weather::title%]",
|
||||||
"state": {
|
"state": {
|
||||||
"clear-night": "Clear, night",
|
"clear-night": "Clear, night",
|
||||||
"cloudy": "Cloudy",
|
"cloudy": "Cloudy",
|
||||||
@ -18,6 +19,47 @@
|
|||||||
"sunny": "Sunny",
|
"sunny": "Sunny",
|
||||||
"windy": "Windy",
|
"windy": "Windy",
|
||||||
"windy-variant": "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…
x
Reference in New Issue
Block a user