mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Use common states for "Low"/"Medium"/"High" in litterrobot
(#142112)
This commit is contained in:
parent
1860db4632
commit
df5cdf7de4
@ -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%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user