mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add warning about the API password
This commit is contained in:
parent
e0e1553324
commit
dcd424089c
@ -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:
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user