From b8596158351f668f310104dec1073ca8d4b5a165 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 15 Nov 2021 20:12:32 +0100 Subject: [PATCH] Mention login command in console access section (#20083) --- source/_includes/common-tasks/commandline.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_includes/common-tasks/commandline.md b/source/_includes/common-tasks/commandline.md index ee40123c174..d3d316d7945 100644 --- a/source/_includes/common-tasks/commandline.md +++ b/source/_includes/common-tasks/commandline.md @@ -102,6 +102,5 @@ Use "ha [command] --help" for more information about a command. {% if page.installation == "os" %} ### Console access -You can also access the Home Assistant Operating System via a directly connected keyboard and monitor, the console. To log in to the physical console the username is `root`, with no password. - +You can also access the Home Assistant Operating System via a directly connected keyboard and monitor, the console. {% endif %}