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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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": {