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