Add support for HTTP Basic/Digest authentication (#3737)

This commit is contained in:
Fabian Affolter 2017-10-24 14:46:19 +02:00 committed by Fabian Affolter
parent 55c2e26e60
commit 4114cd4f92
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -33,6 +33,9 @@ Configuration variables:
- **attribute** (*optional*): Get value of an attribute on the selected tag.
- **name** (*Optional*): Name of the sensor.
- **unit_of_measurement** (*Optional*): Defines the units of measurement of the sensor, if any.
- **authentication** (*Optional*): Type of the HTTP authentication. Either `basic` or `digest`.
- **username** (*Optional*): The username for accessing the website.
- **password** (*Optional*): The password for accessing the website.
## {% linkable_title Examples %}