cleanup cruft

This commit is contained in:
J. Nick Koston 2023-05-20 20:47:22 -05:00
parent bbcc9bf434
commit d97adbfd8f
No known key found for this signature in database

View File

@ -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)
<div class='note'>
The option `server_host` should only be used on a Home Assistant Core installation!
</div>
```yaml
# Example configuration.yaml entry
http:
@ -88,6 +77,12 @@ login_attempts_threshold:
default: -1
{% endconfiguration %}
<div class='note'>
The option `server_host` should only be used on a Home Assistant Core installation!
</div>
The sample below shows a configuration entry with possible values:
```yaml