mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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": {
|
||||
"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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user