2019-11-27 10:23:52 +00:00
|
|
|
seek_forward:
|
|
|
|
description: Seek forward by a set number of seconds.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of entity for the instance of Channels to seek in.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.family_room_channels"
|
2019-11-27 10:23:52 +00:00
|
|
|
|
|
|
|
seek_backward:
|
|
|
|
description: Seek backward by a set number of seconds.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of entity for the instance of Channels to seek in.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.family_room_channels"
|
2019-11-27 10:23:52 +00:00
|
|
|
|
|
|
|
seek_by:
|
|
|
|
description: Seek by an inputted number of seconds.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of entity for the instance of Channels to seek in.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.family_room_channels"
|
2019-11-27 10:23:52 +00:00
|
|
|
seconds:
|
|
|
|
description: Number of seconds to seek by. Negative numbers seek backwards.
|
|
|
|
example: 120
|