diff --git a/components/climate/images/climate-ui.png b/components/climate/images/climate-ui.png index 10a49b62a..3ecabbd87 100644 Binary files a/components/climate/images/climate-ui.png and b/components/climate/images/climate-ui.png differ diff --git a/components/http_request.rst b/components/http_request.rst index 4b5a18dab..c7dfe400c 100644 --- a/components/http_request.rst +++ b/components/http_request.rst @@ -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: diff --git a/components/images/web_server/number-slider-popup-input-field.png b/components/images/web_server/number-slider-popup-input-field.png index d694a024f..8f3d939b0 100644 Binary files a/components/images/web_server/number-slider-popup-input-field.png and b/components/images/web_server/number-slider-popup-input-field.png differ diff --git a/components/images/web_server/number-slider-popup.png b/components/images/web_server/number-slider-popup.png index 2db20fb93..825a794dd 100644 Binary files a/components/images/web_server/number-slider-popup.png and b/components/images/web_server/number-slider-popup.png differ diff --git a/components/images/web_server/sensor-history-graph.png b/components/images/web_server/sensor-history-graph.png index 03e22e8b5..501b9079c 100644 Binary files a/components/images/web_server/sensor-history-graph.png and b/components/images/web_server/sensor-history-graph.png differ diff --git a/components/images/web_server/tab-header-expand-cloapsed.png b/components/images/web_server/tab-header-expand-cloapsed.png index 2249933f6..746ea287f 100644 Binary files a/components/images/web_server/tab-header-expand-cloapsed.png and b/components/images/web_server/tab-header-expand-cloapsed.png differ diff --git a/components/images/web_server/tab-header-expand-controls-expanded.png b/components/images/web_server/tab-header-expand-controls-expanded.png index f37b5b5d0..f16b267d3 100644 Binary files a/components/images/web_server/tab-header-expand-controls-expanded.png and b/components/images/web_server/tab-header-expand-controls-expanded.png differ diff --git a/components/images/web_server/tab-header-expand-logs-expanded.png b/components/images/web_server/tab-header-expand-logs-expanded.png index 22d98d4d8..807f1d895 100644 Binary files a/components/images/web_server/tab-header-expand-logs-expanded.png and b/components/images/web_server/tab-header-expand-logs-expanded.png differ diff --git a/cookbook/http_request_sensor.rst b/cookbook/http_request_sensor.rst index 7ddfaa6db..b12e2d7e3 100644 --- a/cookbook/http_request_sensor.rst +++ b/cookbook/http_request_sensor.rst @@ -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