home-assistant.io/source/_components/sensor.seventeentrack.markdown
Nicholas Westerhausen cf86bab163 Follow documentation guidelines (#7684)
Follow documentation guidelines for example configuration.

"Use capital letters and _ to indicate that the value needs to be replaced"
2018-11-29 16:43:33 +01:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page 17track.net Instructions on how to use 17track.net data within Home Assistant 2018-10-31 10:42 true false true true 17track.png Postal Service 0.83 Cloud Polling

The 17track.net sensor platform allows users to get package data tied to their 17track.net account. The platform creates both summary sensors, which show the number of packages in a current state (e.g., "In Transit"), as well as individual sensors for each package within the account.

{% linkable_title Configuration %}

To enable the platform, add the following lines to your configuration.yaml file:

sensor:
  - platform: seventeentrack
    username: EMAIL_ADDRESS
    password: YOUR_PASSWORD

{% configuration %} username: description: The email address associated with your 17track.net account. required: true type: string password: description: The password associated with your 17track.net account. required: true type: string show_archived: description: Whether sensors should be created for archived packages. required: false type: boolean default: false show_delivered: description: Whether sensors should be created for delivered packages. required: false type: boolean default: false {% endconfiguration %}