File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : " 17track.net"
4
+ description : " Instructions on how to use 17track.net data within Home Assistant"
5
+ date : 2018-10-31 10:42
6
+ sidebar : true
7
+ comments : false
8
+ sharing : true
9
+ footer : true
10
+ logo : 17track.jpg
11
+ ha_category : Postal Service
12
+ ha_release : 0.83
13
+ ha_iot_class : " Cloud Polling"
14
+ ---
15
+
16
+ The 17track.net sensor platform allows users to get package data tied to their
17
+ 17track.net account. The platform creates both summary sensors, which show the
18
+ number of packages in a current state (e.g., "In Transit"), as well as
19
+ individual sensors for each package within the account.
20
+
21
+ ## {% linkable_title Configuration %}
22
+
23
+ To enable the platform, add the following lines to your ` configuration.yaml `
24
+ file:
25
+
26
+ ``` yaml
27
+ sensor :
28
+ - platform : seventeentrack
29
+ username : <EMAIL ADDRESS>
30
+ password : <PASSWORD>
31
+ ` ` `
32
+
33
+ {% configuration %}
34
+ username:
35
+ description: The email address associated with your 17track.net account.
36
+ required: true
37
+ type: string
38
+ password:
39
+ description: The password associated with your 17track.net account.
40
+ required: true
41
+ type: string
42
+ show_archived:
43
+ description: Whether sensors should be created for archived packages.
44
+ required: false
45
+ type: boolean
46
+ default: false
47
+ show_delivered:
48
+ description: Whether sensors should be created for delivered packages.
49
+ required: false
50
+ type: boolean
51
+ default: false
52
+ {% endconfiguration %}
You can’t perform that action at this time.
0 commit comments