From df35dd2b40be8f44045f4987f0b7bddc3f0ad24e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 13 Jun 2020 19:06:34 +0200 Subject: [PATCH] Remove unrelated comment from supervisor debug (#577) --- docs/operating-system/debugging.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/operating-system/debugging.md b/docs/operating-system/debugging.md index 592c6023..7d9ce473 100644 --- a/docs/operating-system/debugging.md +++ b/docs/operating-system/debugging.md @@ -9,8 +9,6 @@ This section is not for end users. End users should use the [SSH add-on] to SSH [SSH add-on]: https://github.com/home-assistant/hassio-addons/tree/master/ssh -You need set the dev mode on supervisor and enable debug with options. You need also install the Remote debug Add-on from Developer Repository to expose the debug port to Host. - ## SSH access to the host :::info