-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add Scrape sensor documentation #1220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
--- | ||
layout: page | ||
title: "Scrape Sensor" | ||
description: "Instructions how to integrate Web scrap sensors into Home Assistant." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scrap or scrape?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be scrape.
|
||
Configuration variables: | ||
|
||
- **resource** (*Required*): The URl to the website that contains the value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
URl -> URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
- **filter** (*Required*): Defines the HTML tag to filter for, eg. `h1`, `span`, etc. | ||
- **name** (*Optional*): Name of the sensor. | ||
- **element** (*Optional*): Number of the element in the output. | ||
- **before** (*Optional*): Count of chars to remove before the value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chars or characters?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be characters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. A few small question but all i all this is another one of those great quality of life improvements that I hope many will have use off.
No description provided.