[http_request] Simplify component examples (#4076)

This commit is contained in:
Jesse Hills 2024-07-23 11:45:29 +12:00 committed by GitHub
parent b783ccbcb7
commit 170f770b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -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:

View File

@ -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