Site updated at 2016-12-14 07:16:00 UTC

This commit is contained in:
Travis CI 2016-12-14 07:16:00 +00:00
parent 79fde50398
commit fdce8941f0
23 changed files with 37 additions and 37 deletions

View file

@ -90,7 +90,7 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">scrape</code> 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 <a href="https://scrapy.org/">scrapy</a>. It will most likely only works with simple webpage and it can be time-consuming to get the right section.</p>
<p>The <code class="highlighter-rouge">scrape</code> 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 <a href="https://scrapy.org/">scrapy</a>. It will most likely only work with simple webpages and it can be time-consuming to get the right section.</p>
<p>To enable this sensor, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>