home-assistant.github.io/source/_components/sensor.ups.markdown
Fabian Affolter 2900754327 UPS sensor (#2045)
* Add inital UPS docs

* Fix link
2017-02-16 10:17:38 +01:00

813 B

layout title description date sidebar comments sharing footer logo ha_category ha_release
page UPS Sensor Instructions on how to set up UPS sensors within Home Assistant. 2017-02-14 08:00 true false true true ups.png Sensor 0.39

The ups platform allows one to track deliveries by the UPS. To use this sensor, you need a My UPS Account.

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

# Example configuration.yaml entry
sensor:
  - platform: ups
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

Configuration options for the USPS Sensor:

  • username (Required): The username to access the UPS service.
  • password (Required): The password for the given username.