Remove Z-Wave incorrect lock service descriptions (#130034)

This commit is contained in:
Martin Hjelmare 2024-11-08 14:50:41 +01:00 committed by GitHub
parent 03c3d09583
commit b711b17193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 18 deletions

View File

@ -51,16 +51,6 @@ set_lock_configuration:
min: 0
max: 65535
unit_of_measurement: sec
outside_handles_can_open_door_configuration:
required: false
example: [true, true, true, false]
selector:
object:
inside_handles_can_open_door_configuration:
required: false
example: [true, true, true, false]
selector:
object:
auto_relock_time:
required: false
example: 1

View File

@ -523,10 +523,6 @@
"description": "Duration in seconds the latch stays retracted.",
"name": "Hold and release time"
},
"inside_handles_can_open_door_configuration": {
"description": "A list of four booleans which indicate which inside handles can open the door.",
"name": "Inside handles can open door configuration"
},
"lock_timeout": {
"description": "Seconds until lock mode times out. Should only be used if operation type is `timed`.",
"name": "Lock timeout"
@ -535,10 +531,6 @@
"description": "The operation type of the lock.",
"name": "Operation Type"
},
"outside_handles_can_open_door_configuration": {
"description": "A list of four booleans which indicate which outside handles can open the door.",
"name": "Outside handles can open door configuration"
},
"twist_assist": {
"description": "Enable Twist Assist.",
"name": "Twist assist"