After this is complete, go to the IP from the hostname -I command above in your browser and append :8123 to the end of the URL. The web page will guide you through the rest of the setup process.
I tried using the guide for installing the latest Home Assistant on a Le Potato with base Debian 12. I used the custom debian image. Once I get to āsudo apt install ./homeassistant-supervised.debā, I get thrown some errors, and it does not seem to install. Here is some of the output containing the errors:
Preparing to unpack ā¦/homeassistant-supervised.deb ā¦
[warn]
[warn] If you want more control over your own system, run
[warn] Home Assistant as a VM or run Home Assistant Core
[warn] via a Docker container.
[warn]
[error] Debian GNU/Linux 12 (bookworm) is not supported!
dpkg: error processing archive /root/homeassistant-supervised.deb (āunpack):
new homeassistant-supervised package pre-installation script subprocess returned error exit status 1
[info] Undo divert on abort-install
No diversion ādiversion of /etc/NetworkManager/NetworkManager.conf to /etc/NetworkManager/NetworkManager.conf.real by homeassistant-supervisedā, none removed.
No diversion ādiversion of /etc/NetworkManager/system-connections/default to /etc/NetworkManager/system-connections/default.real by homeassistant-supervisedā, none removed.
No diversion ādiversion of /etc/docker/daemon.json to /etc/docker/daemon.json.real by homeassistant-supervisedā, none removed.
No diversion ādiversion of /etc/network/interfaces to /etc/network/interfaces.real by homeassistant-supervisedā, none removed.
[info] Resetting debconf selections
[info] Removal complete, due to the complexity of this installation method,
[info] you will need to manually remove the containers created by the supervisor
Errors were encountered while processing:
/root/homeassistant-supervised.deb
N: Download is performed unsandboxed as root as file ā/root/homeassistant-supervised.debā couldnāt be accessed by user ā_aptā. - pkgAcquire::Run (13: Permission denied)
E: Sub-process /usr/bin/dpkg returned an error code (1)
Is Debian 12 really not supported anymore? I keep looking to see if I need to update to Debian 13, but I can not find any information about it. I also did not find an image for Debian 13 for Le Potato. Is that coming anytime soon? Or is Le Potato pretty much unsupported anymore?