Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2024-07-22 23:45:41 +00:00
commit d54abe571a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
9 changed files with 0 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -13,8 +13,6 @@ The ``http_request`` component lets you make HTTP/HTTPS requests. To do so, you
# Example configuration entry # Example configuration entry
http_request: http_request:
useragent: esphome/device
timeout: 10s
.. _http_request-configuration_variables: .. _http_request-configuration_variables:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

@ -23,8 +23,6 @@ On the client nodes we need an :doc:`/components/http_request` with an ``id`` se
.. code-block:: yaml .. code-block:: yaml
http_request: http_request:
useragent: esphome/device
id: http_request_id
sensor: sensor:
- platform: template - platform: template