Skip to content

Commit 8661c80

Browse files
happyleavesaocLandrash
authored andcommitted
Update sensor.usps.markdown (#2662)
1 parent d5e7847 commit 8661c80

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

source/_components/sensor.usps.markdown

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ha_category: Sensor
1212
ha_release: 0.36
1313
---
1414

15-
The `usps` platform allows one to track deliveries by the [US Postal Service (USPS)](https://www.usps.com/).
16-
In addition to having a USPS account, you will need to complete the "Opt-In" process by clicking "Get Started Now" on [this page](https://my.usps.com/mobileWeb/pages/intro/start.action). Currently, you also will need to have a package listed in the "Package Dashboard" in order for the component to complete set-up.
15+
The `usps` platform allows one to track deliveries and inbound mail from the [US Postal Service (USPS)](https://www.usps.com/).
16+
In addition to having a USPS account, you will need to complete the "Opt-In" process by clicking "Get Started Now" on [this page](https://my.usps.com/mobileWeb/pages/intro/start.action). You must also "Opt-In" to [Informed Delivery](https://informeddelivery.usps.com/box/pages/intro/start.action) to see inbound mail.
1717

1818
To enable this sensor, add the following lines to your `configuration.yaml`:
1919

@@ -25,23 +25,13 @@ sensor:
2525
password: YOUR_PASSWORD
2626
```
2727
28+
You will see two new sensors, one for packages and one for mail.
29+
2830
Configuration options for the USPS Sensor:
2931
3032
- **username** (*Required*): The username to access the MyUSPS service.
3133
- **password** (*Required*): The password for the given username.
32-
- **name** (*Optional*): Name the sensor (default: your mailing address).
33-
- **update_inverval** (*Optional*): Minimum time interval between updates. Default is 1 hour. Supported formats:
34-
- `update_interval: 'HH:MM:SS'`
35-
- `update_interval: 'HH:MM'`
36-
- Time period dictionary, e.g.:
37-
<pre>update_interval:
38-
# At least one of these must be specified:
39-
days: 0
40-
hours: 0
41-
minutes: 3
42-
seconds: 30
43-
milliseconds: 0
44-
</pre>
34+
- **name** (*Optional*): Prefix for sensor names (defaults to "USPS")
4535
4636
<p class='note warning'>
4737
The USPS sensor logs into the MyUSPS website to scrape package data. It does not use an API.

0 commit comments

Comments
 (0)