Skip to content

Commit 9303cc9

Browse files
committed
Add support for HTTP Basic/Digest authentication
1 parent 449567f commit 9303cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/_components/sensor.scrape.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Configuration variables:
3333
- **attribute** (*optional*): Get value of an attribute on the selected tag.
3434
- **name** (*Optional*): Name of the sensor.
3535
- **unit_of_measurement** (*Optional*): Defines the units of measurement of the sensor, if any.
36+
- **authentication** (*Optional*): Type of the HTTP authentication. Either `basic` or `digest`.
37+
- **username** (*Optional*): The username for accessing the website.
38+
- **password** (*Optional*): The password for accessing the website.
3639

3740
## {% linkable_title Examples %}
3841

0 commit comments

Comments
 (0)