From 86789c91ebbcf12d45bd0758d4c8958214e25d6b Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Mon, 16 Jan 2017 02:16:15 -0500 Subject: [PATCH] USPS sensor typo fixes (#1788) --- source/_components/sensor.usps.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.usps.markdown b/source/_components/sensor.usps.markdown index fe81ff01c5a..20594513dbf 100644 --- a/source/_components/sensor.usps.markdown +++ b/source/_components/sensor.usps.markdown @@ -1,7 +1,7 @@ --- layout: page title: USPS Sensor -description: "Instructions on how to set up USP sensors within Home Assistant." +description: "Instructions on how to set up USPS sensors within Home Assistant." date: 2017-01-06 08:00 sidebar: true comments: false @@ -24,7 +24,7 @@ sensor: password: YOUR_PASSWORD ``` -Configuration options for the a TCP Sensor: +Configuration options for the USPS Sensor: - **username** (*Required*): The username to access the USPS service. - **password** (*Required*): The password for the given username.