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": { "brightness_level": {
"name": "Panel brightness", "name": "Panel brightness",
"state": { "state": {
"low": "Low", "low": "[%key:common::state::low%]",
"medium": "Medium", "medium": "[%key:common::state::medium%]",
"high": "High" "high": "[%key:common::state::high%]"
} }
} }
}, },