mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-12 10:24:00 +01:00
[http_request] Simplify component examples (#4076)
This commit is contained in:
parent
b783ccbcb7
commit
170f770b71
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user