Skip to content

Commit

Permalink
Update http_request.rst
Browse files Browse the repository at this point in the history
Update documentation according to PR esphome/esphome#3100
  • Loading branch information
guillempages committed Jan 25, 2022
1 parent 7b43258 commit a1a5ad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/http_request.rst
Expand Up @@ -22,6 +22,8 @@ Configuration variables:
- **useragent** (*Optional*, string): User-Agent header for requests. Defaults to ``ESPHome``.
- **timeout** (*Optional*, :ref:`config-time`): Timeout for request. Defaults to ``5s``.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
- **force_redirects** (*Optional*, boolean): Enable HTTP forced redirection. Defaults to ``true``.
- **redirect_limit** (*Optional*, integer): Maximum amount of redirects to follow when enabled.

ESP8266 Options:

Expand Down

0 comments on commit a1a5ad8

Please sign in to comment.