mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00
1.2 KiB
1.2 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 Camera | Instructions on how to set up USPS camera within Home Assistant. | 2017-07-28 20:00 | true | false | true | true | usps.png | Camera | 0.52 | Cloud Polling |
The usps
camera component allows you to view the mail piece images made available through USPS via the Informed Delivery service. You must "Opt-In" to Informed Delivery to see mail images. This works in concert with USPS sensors.
You must have the [USPS component](/components/usps/) configured to use this camera. The camera will be setup if the `usps` component is configured and the required configuration is set.
{% linkable_title Configuration %}
To customize the interval that mail images are rotated in the mail camera you can edit your configuration.yaml
file with the following settings:
# Example configuration.yaml entry
camera:
- platform: usps
scan_interval: 5
To enable this camera in your installation, set up the USPS component with your username and password.