mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-12 05:58:58 +00:00
1.4 KiB
1.4 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 | USPS | Interface USPS mail and package information to Home Assistant. | 2017-07-28 20:00 | true | false | true | true | usps.png | Hub | 0.52 | Cloud Polling |
The usps
platform allows one to track deliveries and inbound mail from the US Postal Service (USPS).
In addition to having a USPS account, you will need to complete the "Opt-In" process for packages by clicking "Get Started Now" on this page. You must also "Opt-In" to Informed Delivery to see inbound mail.
To enable this component, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
usps:
username: YOUR_USERNAME
password: YOUR_PASSWORD
You will see two new sensors, one for packages and one for mail and a camera to rotate through images of incoming mail for the current day.
Configuration options for the USPS component:
- username (Required): The username to access the MyUSPS service.
- password (Required): The password for the given username.
- name (Optional): Prefix for sensor names (defaults to "USPS")
The USPS sensor logs into the MyUSPS website to scrape package data. It does not use an API.