mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Adds detail of package statuses and attributes (#22855)
This commit is contained in:
parent
9c85ba554d
commit
3f58cb6497
@ -52,6 +52,33 @@ show_delivered:
|
||||
default: false
|
||||
{% endconfiguration %}
|
||||
|
||||
## Package statuses
|
||||
|
||||
[17track's API](https://api.17track.net/en/doc) provides the following tracking statuses. The integration creates a sensor for each status, which contains the packages in that status. The sensor's displayed value is the number of packages in that status.
|
||||
|
||||
- Not found
|
||||
- In transit
|
||||
- Expired
|
||||
- Pick up
|
||||
- Undelivered
|
||||
- Delivered
|
||||
- Alert
|
||||
|
||||
## Package-level attributes
|
||||
|
||||
Each package entry (for example, within a status sensor) contains the following attributes.
|
||||
|
||||
- package.friendly_name
|
||||
- package.status
|
||||
- package.destination_country
|
||||
- package.info_text
|
||||
- package.timestamp
|
||||
- package.location
|
||||
- package.origin_country
|
||||
- package.package_type
|
||||
- package.tracking_info_language
|
||||
- package.tracking_number
|
||||
|
||||
## Examples
|
||||
|
||||
### Dashboard summary card
|
||||
|
Loading…
x
Reference in New Issue
Block a user