Use common states for "speed" in motionblinds_ble (#142050)

This commit is contained in:
Norbert Rittel
2025-04-02 22:37:27 +02:00
committed by GitHub
parent 06edb2e36b
commit 5d0de138f6

View File

@ -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%]"
}
}
},