mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Use common states for "speed" in motionblinds_ble
(#142050)
This commit is contained in:
parent
06edb2e36b
commit
5d0de138f6
@ -62,9 +62,9 @@
|
||||
"speed": {
|
||||
"name": "Speed",
|
||||
"state": {
|
||||
"1": "Low",
|
||||
"2": "Medium",
|
||||
"3": "High"
|
||||
"1": "[%key:common::state::low%]",
|
||||
"2": "[%key:common::state::medium%]",
|
||||
"3": "[%key:common::state::high%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user