From 9721d9cbf67dc2f9956053ee21a28536663b5a5d Mon Sep 17 00:00:00 2001 From: chris-thorn Date: Sun, 21 May 2017 19:08:20 +0100 Subject: [PATCH] Update sensor.file.markdown (#2678) Changed "reading" to "reads" in first sentence. --- source/_components/sensor.file.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.file.markdown b/source/_components/sensor.file.markdown index 55079dc1fdd..6fab2965b97 100644 --- a/source/_components/sensor.file.markdown +++ b/source/_components/sensor.file.markdown @@ -14,7 +14,7 @@ ha_release: 0.45 --- -The `file` sensor platform reading the entries from a plain-text file and shows the found value. Only the last line of the file is used. This is similar to do `$ tail -n 1 sensor.txt` on the command-line. +The `file` sensor platform reads the entries from a plain-text file and shows the found value. Only the last line of the file is used. This is similar to do `$ tail -n 1 sensor.txt` on the command-line. To enable the `file` sensor, add the following lines to your `configuration.yaml`: