Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)

* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
This commit is contained in:
Alok Saboo 2018-03-17 15:20:37 -04:00 committed by Franck Nijhof
parent 3fd5cd5f94
commit 1aca7b08cf
764 changed files with 883 additions and 885 deletions

View file

@ -1,7 +1,7 @@
---
layout: page
title: "OTP Sensor"
description: "Instructions how to add One-Time Password (OTP) sensors into Home Assistant."
description: "Instructions on how to add One-Time Password (OTP) sensors into Home Assistant."
date: 2017-07-04 07:00:00
sidebar: true
comments: false
@ -27,7 +27,7 @@ sensor:
Configuration variables:
- **name** (*Optional*): Name of the sensor to use in the frontend. Defaults to `OTP Sensor`.
- **token** (*Required*): The shared secret you use in your OTP generator (e.g. Google Authenticator on your phone)
- **token** (*Required*): The shared secret you use in your OTP generator (e.g., Google Authenticator on your phone)
## Generating a token
@ -48,5 +48,5 @@ Token: IHEDPEBEVA2WVHB7
Copy and paste the token into your Home Assistant configuration and add it to your OTP generator. Verify that they generate the same code.
<p class='note warning'>
It is vital that your system clock is correct both on your Home Assistant server and on your OTP generator device (e.g. your phone). If not, the generated codes will not match! Make sure NTP is running and syncing your time correctly before creating an issue.
It is vital that your system clock is correct both on your Home Assistant server and on your OTP generator device (e.g., your phone). If not, the generated codes will not match! Make sure NTP is running and syncing your time correctly before creating an issue.
</p>