Raspberry Pi installation (#29992)

This commit is contained in:
c0ffeeca7 2023-11-24 11:33:48 +01:00 committed by GitHub
parent 223f09e93f
commit c2e0014582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <a href="http://homeassistant.local:8123" target="_blank">homeassistant.local:8123</a>.
### Access Home Assistant
<div class="note">
If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at <a href="http://homeassistant:8123" target="_blank">homeassistant:8123</a> or `http://X.X.X.X:8123` (replace X.X.X.X with your Raspberry Pis IP address).
</div>
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 <a href="http://homeassistant.local:8123" target="_blank">homeassistant.local:8123</a>.
<div class="note">
If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at <a href="http://homeassistant:8123" target="_blank">homeassistant:8123</a> or `http://X.X.X.X:8123` (replace X.X.X.X with your Raspberry Pis IP address).
</div>
Congratulations! You finished the Raspberry Pi setup!