Add warning about the API password
This commit is contained in:
parent
e0e1553324
commit
dcd424089c
2 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,10 @@ ha_category: "Other"
|
|||
|
||||
The `http` component 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.
|
||||
|
||||
<p class='note warning'>
|
||||
It's HIGHLY recommended that you set the `api_password`, especially if you are planning to expose your installation to the internet.
|
||||
</p>
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
http:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue