mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Update aftership.markdown (#9313)
Replace https://github.com/home-assistant/home-assistant.io/pull/9001 as it is now current
This commit is contained in:
parent
be282d68a9
commit
b0fec8c73a
@ -49,6 +49,25 @@ api_key:
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## {% linkable_title Service `add_tracking` %}
|
||||
|
||||
You can use the service `aftership.add_tracking` to add trackings to Aftership.
|
||||
|
||||
| Service data attribute | Required | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `tracking_number` | `True` | Tracking number
|
||||
| `slug` | `False` | Carrier e.g. `fedex`
|
||||
| `title` | `False` | Friendly name of package
|
||||
|
||||
## {% linkable_title Service `remove_tracking` %}
|
||||
|
||||
You can use the service `aftership.remove_tracking` to remove trackings from Aftership.
|
||||
|
||||
| Service data attribute | Required | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `tracking_number` | `True` | Tracking number
|
||||
| `slug` | `True` | Carrier e.g. `fedex`
|
||||
|
||||
<p class='note info'>
|
||||
This component retrieves data from AfterShip public REST API, but the component is not affiliated with AfterShip.
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user