Merge pull request #9353 from home-assistant/iantrich-patch-4

Update aftership.markdown
This commit is contained in:
Ian Richardson 2019-04-29 20:18:21 -05:00 committed by GitHub
commit e3d5c2f665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,20 +53,20 @@ api_key:
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
| Service data attribute | Required | Type | Description |
| ---------------------- | -------- | -------- | ----------- |
| `tracking_number` | `True` | string | Tracking number
| `slug` | `False` | string | Carrier e.g. `fedex`
| `title` | `False` | string | 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`
| Service data attribute | Required | Type | Description |
| ---------------------- | -------- | -------- | ----------- |
| `tracking_number` | `True` | string | Tracking number
| `slug` | `True` | string | 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.