From d97adbfd8f8a858ddae275a7990fe2f20bc43280 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 20 May 2023 20:47:22 -0500 Subject: [PATCH] cleanup cruft --- source/_integrations/http.markdown | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index 45b9513acf5..f05f60a16d1 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -14,17 +14,6 @@ ha_integration_type: system The `http` integration serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings. -There is currently support for the following device types within Home Assistant: - -- [Binary Sensor](#binary-sensor) -- [Sensor](#sensor) - -
- -The option `server_host` should only be used on a Home Assistant Core installation! - -
- ```yaml # Example configuration.yaml entry http: @@ -88,6 +77,12 @@ login_attempts_threshold: default: -1 {% endconfiguration %} +
+ +The option `server_host` should only be used on a Home Assistant Core installation! + +
+ The sample below shows a configuration entry with possible values: ```yaml