Skip to content

Commit 128e148

Browse files
lasotefrenck
authored andcommitted
Add the service lock.open to the docs (home-assistant#7419)
It is implemented, so probably it should be documented.
1 parent b3acc59 commit 128e148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/lock.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ footer: true
1212
Keeps track which locks are in your environment, their state and allows you to control them.
1313

1414
* Maintains a state per lock and a combined state `all_locks`.
15-
* Registers services `lock.lock` and `lock.unlock` to control locks.
15+
* Registers services `lock.lock`, `lock.unlock` and `lock.open` (unlatch) to control locks.
1616

1717
### {% linkable_title Services %}
1818

@@ -54,7 +54,7 @@ action:
5454

5555
### {% linkable_title Use the services %}
5656

57-
Go to the **Developer Tools**, then to **Call Service** in the frontend, and choose `lock.lock` or `lock.unlock` from the list of available services (**Services:** on the left). Enter something like the sample below into the **Service Data** field and hit **CALL SERVICE**.
57+
Go to the **Developer Tools**, then to **Call Service** in the frontend, and choose `lock.lock`, `lock.unlock` or `lock.open` from the list of available services (**Services:** on the left). Enter something like the sample below into the **Service Data** field and hit **CALL SERVICE**.
5858

5959
```json
6060
{"entity_id":"lock.front_door"}

0 commit comments

Comments
 (0)