Merge branch 'current' into next
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 19 KiB |
@ -13,8 +13,6 @@ The ``http_request`` component lets you make HTTP/HTTPS requests. To do so, you
|
||||
|
||||
# Example configuration entry
|
||||
http_request:
|
||||
useragent: esphome/device
|
||||
timeout: 10s
|
||||
|
||||
.. _http_request-configuration_variables:
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 106 KiB |
@ -23,8 +23,6 @@ On the client nodes we need an :doc:`/components/http_request` with an ``id`` se
|
||||
.. code-block:: yaml
|
||||
|
||||
http_request:
|
||||
useragent: esphome/device
|
||||
id: http_request_id
|
||||
|
||||
sensor:
|
||||
- platform: template
|
||||
|