mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Remove Z-Wave incorrect lock service descriptions (#130034)
This commit is contained in:
parent
03c3d09583
commit
b711b17193
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user