mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update aftership.markdown
This commit is contained in:
parent
d50e72dc80
commit
963c61e452
@ -53,20 +53,20 @@ api_key:
|
|||||||
|
|
||||||
You can use the service `aftership.add_tracking` to add trackings to Aftership.
|
You can use the service `aftership.add_tracking` to add trackings to Aftership.
|
||||||
|
|
||||||
| Service data attribute | Required | Description |
|
| Service data attribute | Required | Type | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | -------- | ----------- |
|
||||||
| `tracking_number` | `True` | Tracking number
|
| `tracking_number` | `True` | string | Tracking number
|
||||||
| `slug` | `False` | Carrier e.g. `fedex`
|
| `slug` | `False` | string | Carrier e.g. `fedex`
|
||||||
| `title` | `False` | Friendly name of package
|
| `title` | `False` | string | Friendly name of package
|
||||||
|
|
||||||
## {% linkable_title Service `remove_tracking` %}
|
## {% linkable_title Service `remove_tracking` %}
|
||||||
|
|
||||||
You can use the service `aftership.remove_tracking` to remove trackings from Aftership.
|
You can use the service `aftership.remove_tracking` to remove trackings from Aftership.
|
||||||
|
|
||||||
| Service data attribute | Required | Description |
|
| Service data attribute | Required | Type | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | -------- | ----------- |
|
||||||
| `tracking_number` | `True` | Tracking number
|
| `tracking_number` | `True` | string | Tracking number
|
||||||
| `slug` | `True` | Carrier e.g. `fedex`
|
| `slug` | `True` | string | Carrier e.g. `fedex`
|
||||||
|
|
||||||
<p class='note info'>
|
<p class='note info'>
|
||||||
This component retrieves data from AfterShip public REST API, but the component is not affiliated with AfterShip.
|
This component retrieves data from AfterShip public REST API, but the component is not affiliated with AfterShip.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user