Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
HomeAssistant
Core
Commits
6642db91
Unverified
Commit
6642db91
authored
1 year ago
by
Erik Montnemery
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove legacy services from lock/services.yaml (#90779)
parent
28d85bc4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
homeassistant/components/lock/services.yaml
+0
-61
0 additions, 61 deletions
homeassistant/components/lock/services.yaml
with
0 additions
and
61 deletions
homeassistant/components/lock/services.yaml
+
0
−
61
View file @
6642db91
# Describes the format for available lock services
clear_usercode
:
name
:
Clear usercode
description
:
Clear a usercode from lock.
fields
:
node_id
:
name
:
Node ID
description
:
Node id of the lock.
selector
:
number
:
min
:
1
max
:
255
code_slot
:
name
:
Code slot
description
:
Code slot to clear code from.
selector
:
number
:
min
:
1
max
:
255
get_usercode
:
name
:
Get usercode
description
:
Retrieve a usercode from lock.
fields
:
node_id
:
name
:
Node ID
description
:
Node id of the lock.
selector
:
number
:
min
:
1
max
:
255
code_slot
:
name
:
Code slot
description
:
Code slot to retrieve a code from.
selector
:
number
:
min
:
1
max
:
255
lock
:
name
:
Lock
description
:
Lock all or specified locks.
...
...
@@ -66,29 +28,6 @@ open:
selector
:
text
:
set_usercode
:
name
:
Set usercode
description
:
Set a usercode to lock.
fields
:
node_id
:
description
:
Node id of the lock.
selector
:
number
:
min
:
1
max
:
255
code_slot
:
description
:
Code slot to set the code.
selector
:
number
:
min
:
1
max
:
255
usercode
:
description
:
Code to set.
required
:
true
example
:
1234
selector
:
text
:
unlock
:
name
:
Unlock
description
:
Unlock all or specified locks.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment