mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
update service names for wink to reduce redundancy (#11311)
This commit is contained in:
parent
bb3f0d96cb
commit
c8adbb8c28
@ -501,9 +501,9 @@ The requirement is that you have setup [Wink](/integrations/wink/) from above.
|
|||||||
The following services have only been confirmed on Schlage locks.
|
The following services have only been confirmed on Schlage locks.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### Service `wink_set_lock_alarm_mode`
|
### Service `set_lock_alarm_mode`
|
||||||
|
|
||||||
You can use the service wink/wink_set_lock_alarm_mode to set the alarm mode of your lock.
|
You can use the service wink/set_lock_alarm_mode to set the alarm mode of your lock.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
@ -516,14 +516,14 @@ Example:
|
|||||||
script:
|
script:
|
||||||
set_locks_to_tamper:
|
set_locks_to_tamper:
|
||||||
sequence:
|
sequence:
|
||||||
- service: wink.wink_set_lock_alarm_mode
|
- service: wink.set_lock_alarm_mode
|
||||||
data:
|
data:
|
||||||
mode: "tamper"
|
mode: "tamper"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Service `wink_set_lock_alarm_sensitivity`
|
### Service `set_lock_alarm_sensitivity`
|
||||||
|
|
||||||
You can use the service wink/wink_set_lock_alarm_sensitivity to set the alarm sensitivity of your lock.
|
You can use the service wink/set_lock_alarm_sensitivity to set the alarm sensitivity of your lock.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
@ -536,14 +536,14 @@ Example:
|
|||||||
script:
|
script:
|
||||||
set_locks_to_high_sensitivity:
|
set_locks_to_high_sensitivity:
|
||||||
sequence:
|
sequence:
|
||||||
- service: wink.wink_set_lock_alarm_sensitivity
|
- service: wink.set_lock_alarm_sensitivity
|
||||||
data:
|
data:
|
||||||
sensitivity: "high"
|
sensitivity: "high"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Service `wink_set_lock_alarm_state`
|
### Service `set_lock_alarm_state`
|
||||||
|
|
||||||
You can use the service wink/wink_set_lock_alarm_state to set the alarm state of your lock.
|
You can use the service wink/set_lock_alarm_state to set the alarm state of your lock.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
@ -556,14 +556,14 @@ Example:
|
|||||||
script:
|
script:
|
||||||
disable_all_locks_alarm:
|
disable_all_locks_alarm:
|
||||||
sequence:
|
sequence:
|
||||||
- service: wink.wink_set_lock_alarm_state
|
- service: wink.set_lock_alarm_state
|
||||||
data:
|
data:
|
||||||
enabled: false
|
enabled: false
|
||||||
```
|
```
|
||||||
|
|
||||||
### Service `wink_set_lock_beeper_state`
|
### Service `set_lock_beeper_state`
|
||||||
|
|
||||||
You can use the service wink/wink_set_lock_beeper_state to set the beeper state of your lock.
|
You can use the service wink/set_lock_beeper_state to set the beeper state of your lock.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
@ -576,14 +576,14 @@ Example:
|
|||||||
script:
|
script:
|
||||||
disable_all_locks_beepers:
|
disable_all_locks_beepers:
|
||||||
sequence:
|
sequence:
|
||||||
- service: wink.wink_set_lock_beeper_state
|
- service: wink.set_lock_beeper_state
|
||||||
data:
|
data:
|
||||||
enabled: false
|
enabled: false
|
||||||
```
|
```
|
||||||
|
|
||||||
### Service `wink_set_lock_vacation_mode`
|
### Service `set_lock_vacation_mode`
|
||||||
|
|
||||||
You can use the service wink/wink_set_lock_vacation_mode to set the vacation mode of your lock.
|
You can use the service wink/set_lock_vacation_mode to set the vacation mode of your lock.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
@ -596,14 +596,14 @@ Example:
|
|||||||
script:
|
script:
|
||||||
enabled_vacation_mode_on_all_locks:
|
enabled_vacation_mode_on_all_locks:
|
||||||
sequence:
|
sequence:
|
||||||
- service: wink.wink_set_lock_vacation_mode
|
- service: wink.set_lock_vacation_mode
|
||||||
data:
|
data:
|
||||||
enabled: false
|
enabled: false
|
||||||
```
|
```
|
||||||
|
|
||||||
### Service `wink_add_new_lock_key_code`
|
### Service `add_new_lock_key_code`
|
||||||
|
|
||||||
You can use the service wink/wink_add_new_lock_key_code to add a new user code to your Wink lock.
|
You can use the service wink/add_new_lock_key_code to add a new user code to your Wink lock.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user