From c2e0014582e4294118411be92a358ef3611ded81 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:33:48 +0100 Subject: [PATCH] Raspberry Pi installation (#29992) --- source/installation/raspberrypi.markdown | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/source/installation/raspberrypi.markdown b/source/installation/raspberrypi.markdown index 107d648d038..8b283c157f4 100644 --- a/source/installation/raspberrypi.markdown +++ b/source/installation/raspberrypi.markdown @@ -59,14 +59,18 @@ If Raspberry Pi Imager is not supported by your platform, you can use [Balena Et ### Start up your Raspberry Pi 1. Insert the SD card into your Raspberry Pi. -2. Plug in an Ethernet cable that is connected to the network. +2. Plug in an Ethernet cable and make sure the Raspberry Pi is connected to the same network as your computer. 3. Connect the power supply to start up the device. -4. In the browser of your desktop system, within a few minutes you will be able to reach your new Home Assistant at homeassistant.local:8123. +### Access Home Assistant -
-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 Raspberry Pi’s IP address). -
+Within a few minutes after connecting the Raspberry Pi, you will be able to reach your new Home Assistant. + +- In the browser of your desktop system, enter 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 Raspberry Pi’s IP address). +
Congratulations! You finished the Raspberry Pi setup!