mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add missing translations for options
attribute in AccuWeather integration (#140610)
Add missing translations for options attribute
This commit is contained in:
parent
160b98bd28
commit
8964af428a
@ -106,6 +106,15 @@
|
|||||||
"steady": "Steady",
|
"steady": "Steady",
|
||||||
"rising": "Rising",
|
"rising": "Rising",
|
||||||
"falling": "Falling"
|
"falling": "Falling"
|
||||||
|
},
|
||||||
|
"state_attributes": {
|
||||||
|
"options": {
|
||||||
|
"state": {
|
||||||
|
"falling": "[%key:component::accuweather::entity::sensor::pressure_tendency::state::falling%]",
|
||||||
|
"rising": "[%key:component::accuweather::entity::sensor::pressure_tendency::state::rising%]",
|
||||||
|
"steady": "[%key:component::accuweather::entity::sensor::pressure_tendency::state::steady%]"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ragweed_pollen": {
|
"ragweed_pollen": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user