mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Removed API password warning (#6614)
Given that as of 0.78 auth is unavoidable, removed the warning of enabling the api password. Also updated the description of the API password, and nudged towards using a long lasting access token.
This commit is contained in:
parent
834ca3a007
commit
34dbf81167
@ -15,11 +15,6 @@ 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
|
frontend. You only need to add this to your configuration file if you want to
|
||||||
change any of the default settings.
|
change any of the default settings.
|
||||||
|
|
||||||
<p class='note warning'>
|
|
||||||
It is HIGHLY recommended that you set the `api_password`,
|
|
||||||
especially if you are planning to expose your installation to the internet.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
Don't use option `server_host` on a Hass.io installation!
|
Don't use option `server_host` on a Hass.io installation!
|
||||||
</p>
|
</p>
|
||||||
@ -32,7 +27,7 @@ http:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
api_password:
|
api_password:
|
||||||
description: Protect Home Assistant with a password.
|
description: Protect the Home Assistant API with a password - this password can also be used to log in to the frontend. Where possible you should use a long lasting access token instead of this.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
server_host:
|
server_host:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user