Use common states for "Low"/"Medium"/"High" in litterrobot (#142112)

This commit is contained in:
Norbert Rittel 2025-04-03 08:14:02 +02:00 committed by GitHub
parent 1860db4632
commit df5cdf7de4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,9 +118,9 @@
"brightness_level": {
"name": "Panel brightness",
"state": {
"low": "Low",
"medium": "Medium",
"high": "High"
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]"
}
}
},