From aae4f08290df269b2e6541f92b54371573f2b711 Mon Sep 17 00:00:00 2001 From: Dale Higgs Date: Mon, 8 Jun 2020 06:51:59 -0500 Subject: [PATCH] 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. --- source/_integrations/websocket_api.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_integrations/websocket_api.markdown b/source/_integrations/websocket_api.markdown index da251d29c8c..91e3452ce3c 100644 --- a/source/_integrations/websocket_api.markdown +++ b/source/_integrations/websocket_api.markdown @@ -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/). -
- -It is HIGHLY recommended that you set the `api_password`, especially if you are planning to expose your installation to the internet. - -
- ## Configuration ```yaml