Remove info on creating an api_password (#6120)

This commit is contained in:
Charles Garwood 2018-08-31 01:47:14 -04:00 committed by Fabian Affolter
parent 135a11cb2a
commit 4813bf8039

View File

@ -36,20 +36,4 @@ Configuration variables:
- **customize** (*Optional*): [Customize](/docs/configuration/customizing-devices/) entities.
- **customize_domain** (*Optional*): [Customize](/docs/configuration/customizing-devices/) all entities in a domain.
- **customize_glob** (*Optional*): [Customize](/docs/configuration/customizing-devices/) entities matching a pattern.
- **whitelist_external_dirs** (*Optional*): List of folders that can be used as sources for sending files.
### {% linkable_title Password protecting the web interface %}
First, you'll want to add a password for the Home Assistant web interface. Use your favorite text editor to open `configuration.yaml` and edit the `http` section:
```yaml
http:
api_password: YOUR_PASSWORD
```
<p class='note warning'>
If you decide to expose your Home Assistant instance to the internet and forget to set a password, your installation could be accessed by everybody.
</p>
See the [HTTP component documentation](/components/http/) for more options, such as the use of HTTPS encryption.
- **whitelist_external_dirs** (*Optional*): List of folders that can be used as sources for sending files.