mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Remove info on creating an api_password (#6120)
This commit is contained in:
parent
135a11cb2a
commit
4813bf8039
@ -37,19 +37,3 @@ Configuration variables:
|
|||||||
- **customize_domain** (*Optional*): [Customize](/docs/configuration/customizing-devices/) all entities in a domain.
|
- **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.
|
- **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.
|
- **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.
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user