Remove obsolete warning for api_password (#13694)

The `api_password` config key has been completely removed from Home Assistant Core, therefore this warning is no longer relevant.
This commit is contained in:
Dale Higgs 2020-06-08 06:51:59 -05:00 committed by GitHub
parent c08a7f8e15
commit aae4f08290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,6 @@ ha_domain: websocket_api
The `websocket_api` integration set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [`http` component](/integrations/http/). The `websocket_api` integration set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [`http` component](/integrations/http/).
<div 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.
</div>
## Configuration ## Configuration
```yaml ```yaml