We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449567f commit 9303cc9Copy full SHA for 9303cc9
source/_components/sensor.scrape.markdown
@@ -33,6 +33,9 @@ Configuration variables:
33
- **attribute** (*optional*): Get value of an attribute on the selected tag.
34
- **name** (*Optional*): Name of the sensor.
35
- **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.
39
40
## {% linkable_title Examples %}
41
0 commit comments