mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Use common states for "speed" in motionblinds_ble
(#142050)
This commit is contained in:
@@ -62,9 +62,9 @@
|
|||||||
"speed": {
|
"speed": {
|
||||||
"name": "Speed",
|
"name": "Speed",
|
||||||
"state": {
|
"state": {
|
||||||
"1": "Low",
|
"1": "[%key:common::state::low%]",
|
||||||
"2": "Medium",
|
"2": "[%key:common::state::medium%]",
|
||||||
"3": "High"
|
"3": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user