From b0fec8c73ae40f4dc5a7d862fd13a9a4c045ad1c Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Fri, 26 Apr 2019 07:35:05 -0500 Subject: [PATCH] Update aftership.markdown (#9313) Replace https://github.com/home-assistant/home-assistant.io/pull/9001 as it is now current --- source/_components/aftership.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/_components/aftership.markdown b/source/_components/aftership.markdown index 6a636bfd764..855d3bdad7d 100644 --- a/source/_components/aftership.markdown +++ b/source/_components/aftership.markdown @@ -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` +

This component retrieves data from AfterShip public REST API, but the component is not affiliated with AfterShip.