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