Add warning about the API password

This commit is contained in:
Fabian Affolter 2016-07-29 22:26:24 +02:00
parent e0e1553324
commit dcd424089c
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 8 additions and 0 deletions

View File

@ -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:

View File

@ -42,6 +42,10 @@ http:
api_password: YOUR_PASSWORD
```
<p class='note warning'>
If you are planing to expose your Home Assistant instance to the internet and don't set a password then your installation could be accessed by everybody.
</p>
See the [HTTP component documentation](/components/http/) for more options like HTTPS encryption.
### {% linkable_title Setting up your phone or tablet %}