mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
update channels service names (#11313)
This commit is contained in:
parent
76a3c9e5af
commit
0133f24bde
@ -40,7 +40,7 @@ name:
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
### Service `channels_seek_forward`
|
||||
### Service `seek_forward`
|
||||
|
||||
Seek forward by the number of seconds currently set in settings on the instance of Channels.
|
||||
|
||||
@ -49,7 +49,7 @@ Seek forward by the number of seconds currently set in settings on the instance
|
||||
| `entity_id` | no | String that points at `entity_id` of Channels app.
|
||||
|
||||
|
||||
### Service `channels_seek_backward`
|
||||
### Service `seek_backward`
|
||||
|
||||
Seek backward by the number of seconds currently set in settings on the instance of Channels.
|
||||
|
||||
@ -57,7 +57,7 @@ Seek backward by the number of seconds currently set in settings on the instance
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `entity_id` | no | String that points at `entity_id` of Channels app.
|
||||
|
||||
### Service `channels_seek_by`
|
||||
### Service `seek_by`
|
||||
|
||||
Seek forward or backward by a provided number of seconds.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user