mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
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:
parent
9e063fd77c
commit
cea5cda881
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user