Add missing translations for options attribute in AccuWeather integration (#140610)

Add missing translations for options attribute
This commit is contained in:
Maciej Bieniek
2025-03-14 19:20:18 +01:00
committed by GitHub
parent 160b98bd28
commit 8964af428a

View File

@@ -106,6 +106,15 @@
"steady": "Steady",
"rising": "Rising",
"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": {