From bff06a26374e6ba5accadc995395024af10f014a Mon Sep 17 00:00:00 2001 From: heytcass Date: Wed, 14 Dec 2016 02:07:46 -0500 Subject: [PATCH] Fixing tense typos. (#1590) --- source/_components/sensor.scrape.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.scrape.markdown b/source/_components/sensor.scrape.markdown index 1c9de31d49e..e5e3625d936 100644 --- a/source/_components/sensor.scrape.markdown +++ b/source/_components/sensor.scrape.markdown @@ -13,7 +13,7 @@ ha_release: 0.31 --- -The `scrape` sensor platform is scraping information from websites. The sensor loads a HTML page and gives you the option to search and split out a value. As this is not a full-blown web scraper like [scrapy](https://scrapy.org/). It will most likely only works with simple webpage and it can be time-consuming to get the right section. +The `scrape` sensor platform is scraping information from websites. The sensor loads a HTML page and gives you the option to search and split out a value. As this is not a full-blown web scraper like [scrapy](https://scrapy.org/). It will most likely only work with simple webpages and it can be time-consuming to get the right section. To enable this sensor, add the following lines to your `configuration.yaml` file: