mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add support for HTTP Basic/Digest authentication (#3737)
This commit is contained in:
parent
55c2e26e60
commit
4114cd4f92
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user