From b69cdfac4dc8b6473354a272e4d57146c4eee1a0 Mon Sep 17 00:00:00 2001 From: badlotus <84785752+badlotus@users.noreply.github.com> Date: Fri, 7 Mar 2025 01:20:14 -0700 Subject: [PATCH] Update windows.markdown (#37825) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update windows.markdown I noticed that there is a typo in the Windows installation instructions. Specifically, Step 3 of "Start Up Your Virtual Machine" ends with "(replace X.X.X.X with your ’s IP address).", when it should read "(replace X.X.X.X with your Windows server’s IP address)." Added {% assign board = "Windows server" %} to fix this typo that was generated on source/_includes/installation/operating_system.md. * Start up VM: replace board variable by 'virtual machine' as VM is not a board --------- Co-authored-by: c0ffeeca7 --- source/_includes/installation/operating_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 16fa5cb8575..6fb6ce909d8 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -462,7 +462,7 @@ Minimum recommended assignments: 1. Start the virtual machine. 2. Observe the boot process of the Home Assistant Operating System. -3. Once completed, you will be able to reach Home Assistant on homeassistant.local:8123. If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at homeassistant:8123 or `http://X.X.X.X:8123` (replace X.X.X.X with your {{site.installation.types[page.installation_type].board}}’s IP address). +3. Once completed, you will be able to reach Home Assistant on homeassistant.local:8123. If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at homeassistant:8123 or `http://X.X.X.X:8123` (replace X.X.X.X with your virtual machine’s IP address). {% endif %}