Treat "Twist Assist" & "Block to Block" as feature names and add descriptions in Z-Wave (#139239)

Treat "Twist Assist" & "Block to Block" as feature names and add descriptions

- name-case both "Twist Assist" and "Block to Block" so those feature names don't get translated
- for proper translation of both features add useful descriptions of what they actually do
- fix sentence-casing on "Operation type"
This commit is contained in:
Norbert Rittel 2025-02-25 12:47:18 +01:00 committed by GitHub
parent 9e063fd77c
commit cea5cda881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -516,8 +516,8 @@
"name": "Auto relock time"
},
"block_to_block": {
"description": "Enable block-to-block functionality.",
"name": "Block to block"
"description": "Whether the lock should run the motor until it hits resistance.",
"name": "Block to Block"
},
"hold_and_release_time": {
"description": "Duration in seconds the latch stays retracted.",
@ -529,11 +529,11 @@
},
"operation_type": {
"description": "The operation type of the lock.",
"name": "Operation Type"
"name": "Operation type"
},
"twist_assist": {
"description": "Enable Twist Assist.",
"name": "Twist assist"
"description": "Whether the motor should help in locking and unlocking.",
"name": "Twist Assist"
}
},
"name": "Set lock configuration"