mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Use common states for "speed" in motionblinds_ble
(#142050)
This commit is contained in:
@ -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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user