Home Assistant causing dietpi to hung

BTW before dietpi-software install 157


root@DietPi:~# python3 -V
Python 3.9.2

After:

root@DietPi:~# python3 -V
Python 3.9.2
root@DietPi:~# 

Full output after installation 157:

Part 1 (character limitation in your posts)

root@DietPi:~# dietpi-software install 157
[  OK  ] DietPi-Software | Initialised database
[  OK  ] DietPi-Software | Reading database

 DietPi-Software
─────────────────────────────────────────────────────
 Mode: Automated install

[  OK  ] DietPi-Software | Installing Home Assistant: Open source home automation platform
[  OK  ] DietPi-Software | DietPi-Userdata validation: /mnt/hdd1/dietpi_userdata

 DietPi-Software
─────────────────────────────────────────────────────
 Step: Checking for conflicts and missing inputs


 DietPi-Software
─────────────────────────────────────────────────────
 Step: Checking for prerequisite software

[  OK  ] DietPi-Software | mkdir -p /mnt/dietpi_userdata/Music /mnt/dietpi_userdata/Pictures /mnt/dietpi_userdata/Video /mnt/dietpi_userdata/downloads /var/www /opt /usr/local/bin
[  OK  ] DietPi-Software | chown dietpi:dietpi /mnt/dietpi_userdata/Music /mnt/dietpi_userdata/Pictures /mnt/dietpi_userdata/Video /mnt/dietpi_userdata/downloads
[  OK  ] DietPi-Software | chmod 0775 /mnt/dietpi_userdata/Music /mnt/dietpi_userdata/Pictures /mnt/dietpi_userdata/Video /mnt/dietpi_userdata/downloads
[ SUB1 ] DietPi-Services > stop 
[  OK  ] DietPi-Services | stop : cron
[  OK  ] DietPi-Services | stop : home-assistant
[  OK  ] DietPi-Services | stop : mosquitto
[  OK  ] DietPi-Services | stop : readarr
[  OK  ] DietPi-Services | stop : bazarr
[  OK  ] DietPi-Services | stop : radarr
[  OK  ] DietPi-Services | stop : sonarr
[  OK  ] DietPi-Services | stop : plexmediaserver
[  OK  ] DietPi-Services | stop : sabnzbd
[  OK  ] DietPi-Services | stop : smbd
[  OK  ] DietPi-Services | stop : nmbd
[ INFO ] DietPi-Software | APT update, please wait...
Hit:1 https://downloads.plex.tv/repo/deb public InRelease
Hit:2 https://download.mono-project.com/repo/debian buster InRelease
Hit:3 https://dietpi.com/apt bullseye InRelease
Get:4 https://pkgs.tailscale.com/stable/debian bullseye InRelease
Hit:5 https://apt.sonarr.tv/debian buster InRelease
Hit:6 https://dietpi.com/apt all InRelease
Hit:7 https://deb.debian.org/debian bullseye InRelease
Get:8 https://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
Get:9 https://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
Get:10 https://deb.debian.org/debian bullseye-backports InRelease [48.9 kB]
Fetched 127 kB in 5s (26.7 kB/s)
Reading package lists...
[  OK  ] DietPi-Software | APT update

 DietPi-Software
─────────────────────────────────────────────────────
 Step: Installing Home Assistant: Open source home automation platform

[ INFO ] DietPi-Software | Home Assistant user:  homeassistant
[ INFO ] DietPi-Software | Home Assistant home:  /home/homeassistant
[ INFO ] DietPi-Software | pyenv activation:     ". /home/homeassistant/pyenv-activate.sh"
[ INFO ] DietPi-Software | pyenv Python version: 3.13.5
[  OK  ] DietPi-Software | usermod -aG dialout -d /home/homeassistant -s /usr/sbin/nologin homeassistant
[  OK  ] DietPi-Software | mkdir -p /home/homeassistant
[  OK  ] DietPi-Software | chown homeassistant:homeassistant /home/homeassistant
[  OK  ] DietPi-Software | cd /tmp/DietPi-Software
[  OK  ] DietPi-Software | Checking URL: https://github.com/pyenv/pyenv/archive/master.tar.gz
[ INFO ] DietPi-Software | G_THREAD_START_0 | curl -sSfL https://github.com/pyenv/pyenv/archive/master.tar.gz -o master.tar.gz
[ INFO ] DietPi-Software | APT install g++ make libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev libffi-dev, please wait...
Reading package lists...
Building dependency tree...
Reading state information...
libbz2-dev is already the newest version (1.0.8-4).
g++ is already the newest version (4:10.2.1-1).
libffi-dev is already the newest version (3.3-6).
make is already the newest version (4.3-4.1).
libreadline-dev is already the newest version (8.1-1).
liblzma-dev is already the newest version (5.2.5-2.1~deb11u1).
zlib1g-dev is already the newest version (1:1.2.11.dfsg-2+deb11u2).
libssl-dev is already the newest version (1.1.1w-0+deb11u3).
libsqlite3-dev is already the newest version (3.34.1-3+deb11u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[  OK  ] DietPi-Software | APT install g++ make libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev libffi-dev
[  OK  ] DietPi-Software | G_THREAD: All threads finished
[  OK  ] DietPi-Software | tar xf master.tar.gz
[  OK  ] DietPi-Software | rm master.tar.gz
[  OK  ] DietPi-Software | chown -R homeassistant:homeassistant pyenv-master
[  OK  ] DietPi-Software | rm -R /home/homeassistant/.pyenv
[  OK  ] DietPi-Software | rm /home/homeassistant/.python-version
[  OK  ] DietPi-Software | mv pyenv-master /home/homeassistant/.pyenv
[  OK  ] DietPi-Software | rm -R /home/homeassistant/.homeassistant
[  OK  ] DietPi-Software | ln -sf /mnt/dietpi_userdata/homeassistant /home/homeassistant/.homeassistant
[  OK  ] DietPi-Software | ln -sf /home/homeassistant/.pyenv/versions/3.13.5/lib/python3.13/site-packages /mnt/dietpi_userdata/homeassistant/deps
[  OK  ] DietPi-Software | mkdir -p /home/homeassistant/.pip
[  OK  ] DietPi-Software | eval echo -e '[global]\nno-cache-dir=true' > '/home/homeassistant/.pip/pip.conf'
[ INFO ] DietPi-Software | Compiling and installing Python 3.13.5 into pyenv, which will take a while ..., please wait...
Downloading Python-3.13.5.tar.gz...
-> https://www.python.org/ftp/python/3.13.5/Python-3.13.5.tgz
Installing Python-3.13.5...
Installed Python-3.13.5 to /home/homeassistant/.pyenv/versions/3.13.5
[  OK  ] DietPi-Software | Compiling and installing Python 3.13.5 into pyenv, which will take a while ...
[ INFO ] DietPi-Software | Set Python . /home/homeassistant/pyenv-activate.sh as global version for this pyenv instance, please wait...
[  OK  ] DietPi-Software | Set Python . /home/homeassistant/pyenv-activate.sh as global version for this pyenv instance
[ INFO ] DietPi-Software | Upgrading base modules: pip setuptools wheel, please wait...
Requirement already satisfied: pip in ./.pyenv/versions/3.13.5/lib/python3.13/site-packages (25.1.1)
Collecting setuptools
  Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
Collecting wheel
  Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 11.2 MB/s eta 0:00:00
Downloading wheel-0.45.1-py3-none-any.whl (72 kB)
Installing collected packages: wheel, setuptools

Successfully installed setuptools-80.9.0 wheel-0.45.1
[  OK  ] DietPi-Software | Upgrading base modules: pip setuptools wheel
[ INFO ] DietPi-Software | Installing additional dependencies: isal , please wait...
Collecting isal
  Downloading isal-1.7.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (11 kB)
Downloading isal-1.7.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234 kB)
Installing collected packages: isal
Successfully installed isal-1.7.2
[  OK  ] DietPi-Software | Installing additional dependencies: isal 
[ INFO ] DietPi-Software | Installing Home Assistant core module, please wait...
Collecting homeassistant==2025.1.4
  Downloading homeassistant-2025.1.4-py3-none-any.whl.metadata (4.8 kB)
Collecting aiodns==3.2.0 (from homeassistant==2025.1.4)
  Downloading aiodns-3.2.0-py3-none-any.whl.metadata (4.0 kB)
Collecting aiohasupervisor==0.2.2b5 (from homeassistant==2025.1.4)
  Downloading aiohasupervisor-0.2.2b5-py3-none-any.whl.metadata (5.1 kB)
Collecting aiohttp==3.11.11 (from homeassistant==2025.1.4)
  Downloading aiohttp-3.11.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB)
Collecting aiohttp-cors==0.7.0 (from homeassistant==2025.1.4)
  Downloading aiohttp_cors-0.7.0-py3-none-any.whl.metadata (20 kB)
Collecting aiohttp-fast-zlib==0.2.0 (from homeassistant==2025.1.4)
  Downloading aiohttp_fast_zlib-0.2.0-py3-none-any.whl.metadata (5.6 kB)
Collecting aiozoneinfo==0.2.1 (from homeassistant==2025.1.4)
  Downloading aiozoneinfo-0.2.1-py3-none-any.whl.metadata (5.5 kB)
Collecting astral==2.2 (from homeassistant==2025.1.4)
  Downloading astral-2.2-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting async-interrupt==1.2.0 (from homeassistant==2025.1.4)
  Downloading async_interrupt-1.2.0-py3-none-any.whl.metadata (4.9 kB)
Collecting attrs==24.2.0 (from homeassistant==2025.1.4)
  Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Collecting atomicwrites-homeassistant==1.4.1 (from homeassistant==2025.1.4)
  Downloading atomicwrites_homeassistant-1.4.1-py2.py3-none-any.whl.metadata (6.0 kB)
Collecting awesomeversion==24.6.0 (from homeassistant==2025.1.4)
  Downloading awesomeversion-24.6.0-py3-none-any.whl.metadata (9.0 kB)
Collecting bcrypt==4.2.0 (from homeassistant==2025.1.4)
  Downloading bcrypt-4.2.0-cp39-abi3-manylinux_2_28_aarch64.whl.metadata (9.6 kB)
Collecting certifi>=2021.5.30 (from homeassistant==2025.1.4)
  Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB)
Collecting ciso8601==2.3.2 (from homeassistant==2025.1.4)
  Downloading ciso8601-2.3.2.tar.gz (28 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting cronsim==2.6 (from homeassistant==2025.1.4)
  Downloading cronsim-2.6-py3-none-any.whl.metadata (6.9 kB)
Collecting fnv-hash-fast==1.0.2 (from homeassistant==2025.1.4)
  Downloading fnv_hash_fast-1.0.2.tar.gz (5.8 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting hass-nabucasa==0.87.0 (from homeassistant==2025.1.4)
  Downloading hass_nabucasa-0.87.0-py3-none-any.whl.metadata (1.8 kB)
Collecting httpx==0.27.2 (from homeassistant==2025.1.4)
  Downloading httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
Collecting home-assistant-bluetooth==1.13.0 (from homeassistant==2025.1.4)
  Downloading home_assistant_bluetooth-1.13.0-py3-none-any.whl.metadata (5.4 kB)
Collecting ifaddr==0.2.0 (from homeassistant==2025.1.4)
  Downloading ifaddr-0.2.0-py3-none-any.whl.metadata (4.9 kB)
Collecting Jinja2==3.1.5 (from homeassistant==2025.1.4)
  Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
Collecting lru-dict==1.3.0 (from homeassistant==2025.1.4)
  Downloading lru-dict-1.3.0.tar.gz (13 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting PyJWT==2.10.1 (from homeassistant==2025.1.4)
  Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
Collecting cryptography==44.0.0 (from homeassistant==2025.1.4)
  Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl.metadata (5.7 kB)
Collecting Pillow==11.0.0 (from homeassistant==2025.1.4)
  Downloading pillow-11.0.0-cp313-cp313-manylinux_2_28_aarch64.whl.metadata (9.1 kB)
Collecting propcache==0.2.1 (from homeassistant==2025.1.4)
  Downloading propcache-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.2 kB)
Collecting pyOpenSSL==24.3.0 (from homeassistant==2025.1.4)
  Downloading pyOpenSSL-24.3.0-py3-none-any.whl.metadata (15 kB)
Collecting orjson==3.10.12 (from homeassistant==2025.1.4)
  Downloading orjson-3.10.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (41 kB)
Collecting packaging>=23.1 (from homeassistant==2025.1.4)
  Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
Collecting psutil-home-assistant==0.0.1 (from homeassistant==2025.1.4)
  Downloading psutil_home_assistant-0.0.1-py3-none-any.whl.metadata (882 bytes)
Collecting python-slugify==8.0.4 (from homeassistant==2025.1.4)
  Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting PyYAML==6.0.2 (from homeassistant==2025.1.4)
  Downloading PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
Collecting requests==2.32.3 (from homeassistant==2025.1.4)
  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting securetar==2024.11.0 (from homeassistant==2025.1.4)
  Downloading securetar-2024.11.0-py3-none-any.whl.metadata (2.0 kB)
Collecting SQLAlchemy==2.0.36 (from homeassistant==2025.1.4)
  Downloading SQLAlchemy-2.0.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.7 kB)
Collecting typing-extensions<5.0,>=4.12.2 (from homeassistant==2025.1.4)
  Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
Collecting ulid-transform==1.0.2 (from homeassistant==2025.1.4)
  Downloading ulid_transform-1.0.2.tar.gz (15 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting urllib3<2,>=1.26.5 (from homeassistant==2025.1.4)
  Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
Collecting uv==0.5.8 (from homeassistant==2025.1.4)
  Downloading uv-0.5.8-py3-none-manylinux_2_28_aarch64.whl.metadata (11 kB)
Collecting voluptuous==0.15.2 (from homeassistant==2025.1.4)
  Downloading voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB)
Collecting voluptuous-serialize==2.6.0 (from homeassistant==2025.1.4)
  Downloading voluptuous_serialize-2.6.0-py3-none-any.whl.metadata (316 bytes)
Collecting voluptuous-openapi==0.0.5 (from homeassistant==2025.1.4)
  Downloading voluptuous_openapi-0.0.5-py3-none-any.whl.metadata (325 bytes)
Collecting yarl==1.18.3 (from homeassistant==2025.1.4)
  Downloading yarl-1.18.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (69 kB)
Collecting webrtc-models==0.3.0 (from homeassistant==2025.1.4)
  Downloading webrtc_models-0.3.0-py3-none-any.whl.metadata (2.9 kB)
Collecting audioop-lts==0.2.1 (from homeassistant==2025.1.4)
  Downloading audioop_lts-0.2.1-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.6 kB)
Collecting standard-aifc==3.13.0 (from homeassistant==2025.1.4)
  Downloading standard_aifc-3.13.0-py3-none-any.whl.metadata (969 bytes)
Collecting standard-telnetlib==3.13.0 (from homeassistant==2025.1.4)
  Downloading standard_telnetlib-3.13.0-py3-none-any.whl.metadata (868 bytes)
Collecting pycares>=4.0.0 (from aiodns==3.2.0->homeassistant==2025.1.4)
  Downloading pycares-4.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.3 kB)
Collecting mashumaro<4.0,>=3.11 (from aiohasupervisor==0.2.2b5->homeassistant==2025.1.4)
  Downloading mashumaro-3.16-py3-none-any.whl.metadata (118 kB)
Collecting aiohappyeyeballs>=2.3.0 (from aiohttp==3.11.11->homeassistant==2025.1.4)
  Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB)
Collecting aiosignal>=1.1.2 (from aiohttp==3.11.11->homeassistant==2025.1.4)
  Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB)
Collecting frozenlist>=1.1.1 (from aiohttp==3.11.11->homeassistant==2025.1.4)
  Downloading frozenlist-1.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (18 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp==3.11.11->homeassistant==2025.1.4)
  Downloading multidict-6.6.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (5.3 kB)
Collecting idna>=2.0 (from yarl==1.18.3->homeassistant==2025.1.4)
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting tzdata>=2024.1 (from aiozoneinfo==0.2.1->homeassistant==2025.1.4)
  Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting pytz (from astral==2.2->homeassistant==2025.1.4)
  Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting cffi>=1.12 (from cryptography==44.0.0->homeassistant==2025.1.4)
  Downloading cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
Collecting fnvhash<0.2.0,>=0.1.0 (from fnv-hash-fast==1.0.2->homeassistant==2025.1.4)
  Downloading fnvhash-0.1.0.tar.gz (1.9 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting acme==3.0.1 (from hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading acme-3.0.1-py3-none-any.whl.metadata (1.4 kB)
Collecting pycognito==2024.5.1 (from hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading pycognito-2024.5.1-py3-none-any.whl.metadata (24 kB)
Collecting snitun==0.39.1 (from hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading snitun-0.39.1-py3-none-any.whl.metadata (4.5 kB)
Collecting josepy<2,>=1.13.0 (from acme==3.0.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading josepy-1.15.0-py3-none-any.whl.metadata (1.7 kB)
Collecting pyrfc3339 (from acme==3.0.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading pyRFC3339-2.0.1-py3-none-any.whl.metadata (2.1 kB)
Requirement already satisfied: setuptools>=41.6.0 in ./.pyenv/versions/3.13.5/lib/python3.13/site-packages (from acme==3.0.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4) (80.9.0)
Collecting habluetooth>=3.0 (from home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading habluetooth-4.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (5.3 kB)
Collecting anyio (from httpx==0.27.2->homeassistant==2025.1.4)
  Downloading anyio-4.9.0-py3-none-any.whl.metadata (4.7 kB)
Collecting httpcore==1.* (from httpx==0.27.2->homeassistant==2025.1.4)
  Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB)
Collecting sniffio (from httpx==0.27.2->homeassistant==2025.1.4)
  Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting MarkupSafe>=2.0 (from Jinja2==3.1.5->homeassistant==2025.1.4)
  Downloading MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.0 kB)
Collecting psutil (from psutil-home-assistant==0.0.1->homeassistant==2025.1.4)
  Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (22 kB)
Collecting boto3>=1.10.49 (from pycognito==2024.5.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading boto3-1.39.3-py3-none-any.whl.metadata (6.6 kB)
Collecting envs>=1.3 (from pycognito==2024.5.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading envs-1.4-py3-none-any.whl.metadata (842 bytes)
Collecting text-unidecode>=1.3 (from python-slugify==8.0.4->homeassistant==2025.1.4)
  Downloading text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting charset-normalizer<4,>=2 (from requests==2.32.3->homeassistant==2025.1.4)
  Downloading charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (35 kB)
Collecting async-timeout>=3.0.1 (from snitun==0.39.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB)
Collecting standard-chunk (from standard-aifc==3.13.0->homeassistant==2025.1.4)
  Downloading standard_chunk-3.13.0-py3-none-any.whl.metadata (860 bytes)
Collecting h11>=0.16 (from httpcore==1.*->httpx==0.27.2->homeassistant==2025.1.4)
  Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
Collecting botocore<1.40.0,>=1.39.3 (from boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading botocore-1.39.3-py3-none-any.whl.metadata (5.7 kB)
Collecting jmespath<2.0.0,>=0.7.1 (from boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
Collecting s3transfer<0.14.0,>=0.13.0 (from boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading s3transfer-0.13.0-py3-none-any.whl.metadata (1.7 kB)
Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.40.0,>=1.39.3->boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting six>=1.5 (from python-dateutil<3.0.0,>=2.1->botocore<1.40.0,>=1.39.3->boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.87.0->homeassistant==2025.1.4)
  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting pycparser (from cffi>=1.12->cryptography==44.0.0->homeassistant==2025.1.4)
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting bleak>=1.0.1 (from habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading bleak-1.0.1-py3-none-any.whl.metadata (5.0 kB)
Collecting bleak-retry-connector>=4 (from habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading bleak_retry_connector-4.0.0-py3-none-any.whl.metadata (5.2 kB)
Collecting bluetooth-adapters>=2 (from habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading bluetooth_adapters-2.0.0-py3-none-any.whl.metadata (5.3 kB)
Collecting bluetooth-auto-recovery>=1.5.1 (from habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading bluetooth_auto_recovery-1.5.2-py3-none-any.whl.metadata (5.5 kB)
Collecting bluetooth-data-tools>=1.28.0 (from habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading bluetooth_data_tools-1.28.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.2 kB)
Collecting dbus-fast>=2.30.2 (from habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading dbus_fast-2.44.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (10 kB)
Collecting aiooui>=0.1.1 (from bluetooth-adapters>=2->habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading aiooui-0.1.9-py3-none-any.whl.metadata (4.1 kB)
Collecting uart-devices>=0.1.0 (from bluetooth-adapters>=2->habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading uart_devices-0.1.1-py3-none-any.whl.metadata (4.9 kB)
Collecting usb-devices>=0.4.5 (from bluetooth-adapters>=2->habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading usb_devices-0.4.5-py3-none-any.whl.metadata (5.3 kB)
Collecting PyRIC>=0.1.6.3 (from bluetooth-auto-recovery>=1.5.1->habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading PyRIC-0.1.6.3.tar.gz (870 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 870.4/870.4 kB 11.3 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting btsocket>=0.2.0 (from bluetooth-auto-recovery>=1.5.1->habluetooth>=3.0->home-assistant-bluetooth==1.13.0->homeassistant==2025.1.4)
  Downloading btsocket-0.3.0-py2.py3-none-any.whl.metadata (7.0 kB)
Downloading homeassistant-2025.1.4-py3-none-any.whl (40.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.0/40.0 MB 1.5 MB/s eta 0:00:00
Downloading aiodns-3.2.0-py3-none-any.whl (5.7 kB)
Downloading aiohasupervisor-0.2.2b5-py3-none-any.whl (36 kB)
Downloading aiohttp-3.11.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 11.1 MB/s eta 0:00:00
Downloading orjson-3.10.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (126 kB)
Downloading yarl-1.18.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (333 kB)
Downloading aiohttp_cors-0.7.0-py3-none-any.whl (27 kB)
Downloading aiohttp_fast_zlib-0.2.0-py3-none-any.whl (8.4 kB)
Downloading aiozoneinfo-0.2.1-py3-none-any.whl (8.0 kB)
Downloading astral-2.2-py2.py3-none-any.whl (30 kB)
Downloading async_interrupt-1.2.0-py3-none-any.whl (8.9 kB)
Downloading atomicwrites_homeassistant-1.4.1-py2.py3-none-any.whl (7.1 kB)
Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
Downloading audioop_lts-0.2.1-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (80 kB)
Downloading awesomeversion-24.6.0-py3-none-any.whl (14 kB)
Downloading bcrypt-4.2.0-cp39-abi3-manylinux_2_28_aarch64.whl (277 kB)
Downloading cronsim-2.6-py3-none-any.whl (13 kB)
Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl (3.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 2.9 MB/s eta 0:00:00
Downloading hass_nabucasa-0.87.0-py3-none-any.whl (56 kB)
Downloading webrtc_models-0.3.0-py3-none-any.whl (7.5 kB)
Downloading acme-3.0.1-py3-none-any.whl (95 kB)
Downloading home_assistant_bluetooth-1.13.0-py3-none-any.whl (7.9 kB)
Downloading httpx-0.27.2-py3-none-any.whl (76 kB)
Downloading ifaddr-0.2.0-py3-none-any.whl (12 kB)
Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
Downloading pillow-11.0.0-cp313-cp313-manylinux_2_28_aarch64.whl (4.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 11.0 MB/s eta 0:00:00
Downloading propcache-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (224 kB)
Downloading psutil_home_assistant-0.0.1-py3-none-any.whl (6.3 kB)
Downloading pycognito-2024.5.1-py3-none-any.whl (26 kB)
Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB)
Downloading pyOpenSSL-24.3.0-py3-none-any.whl (56 kB)
Downloading python_slugify-8.0.4-py2.py3-none-any.whl (10 kB)
Downloading PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (733 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 733.4/733.4 kB 11.3 MB/s eta 0:00:00
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Downloading securetar-2024.11.0-py3-none-any.whl (9.4 kB)
Downloading snitun-0.39.1-py3-none-any.whl (39 kB)
Downloading SQLAlchemy-2.0.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 4.8 MB/s eta 0:00:00
Downloading standard_aifc-3.13.0-py3-none-any.whl (10 kB)
Downloading standard_telnetlib-3.13.0-py3-none-any.whl (10.0 kB)
Downloading uv-0.5.8-py3-none-manylinux_2_28_aarch64.whl (13.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.7/13.7 MB 1.5 MB/s eta 0:00:00
Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB)
Downloading voluptuous_openapi-0.0.5-py3-none-any.whl (8.6 kB)
Downloading voluptuous_serialize-2.6.0-py3-none-any.whl (6.8 kB)
Downloading charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (143 kB)
Downloading httpcore-1.0.9-py3-none-any.whl (78 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading josepy-1.15.0-py3-none-any.whl (32 kB)
Downloading mashumaro-3.16-py3-none-any.whl (93 kB)
Downloading multidict-6.6.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (256 kB)
Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB)
Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB)
Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB)
Downloading boto3-1.39.3-py3-none-any.whl (139 kB)
Downloading botocore-1.39.3-py3-none-any.whl (13.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 8.3 MB/s eta 0:00:00
Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Downloading s3transfer-0.13.0-py3-none-any.whl (85 kB)
Downloading certifi-2025.6.15-py3-none-any.whl (157 kB)
Downloading cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
Downloading envs-1.4-py3-none-any.whl (10 kB)
Downloading frozenlist-1.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232 kB)
Downloading h11-0.16.0-py3-none-any.whl (37 kB)
Downloading habluetooth-4.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (612 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 612.7/612.7 kB 10.5 MB/s eta 0:00:00
Downloading bleak-1.0.1-py3-none-any.whl (135 kB)
Downloading bleak_retry_connector-4.0.0-py3-none-any.whl (16 kB)
Downloading bluetooth_adapters-2.0.0-py3-none-any.whl (20 kB)
Downloading aiooui-0.1.9-py3-none-any.whl (367 kB)
Downloading bluetooth_auto_recovery-1.5.2-py3-none-any.whl (11 kB)
Downloading bluetooth_data_tools-1.28.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (404 kB)
Downloading btsocket-0.3.0-py2.py3-none-any.whl (14 kB)
Downloading dbus_fast-2.44.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (834 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 834.9/834.9 kB 8.4 MB/s eta 0:00:00
Downloading MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24 kB)
Downloading packaging-25.0-py3-none-any.whl (66 kB)
Downloading pycares-4.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (628 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

HA has an own pyenv that you would need to activate before checking python version

Part 2:

  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 628.3/628.3 kB 10.5 MB/s eta 0:00:00
Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB)
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB)
Downloading uart_devices-0.1.1-py3-none-any.whl (4.8 kB)
Downloading usb_devices-0.4.5-py3-none-any.whl (5.3 kB)
Downloading anyio-4.9.0-py3-none-any.whl (100 kB)
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Downloading pyRFC3339-2.0.1-py3-none-any.whl (5.8 kB)
Downloading standard_chunk-3.13.0-py3-none-any.whl (4.9 kB)
Building wheels for collected packages: ciso8601, fnv-hash-fast, lru-dict, ulid-transform, fnvhash, PyRIC
  Building wheel for ciso8601 (pyproject.toml): started
  Building wheel for ciso8601 (pyproject.toml): finished with status 'done'
  Created wheel for ciso8601: filename=ciso8601-2.3.2-cp313-cp313-linux_aarch64.whl size=39229 sha256=426588eb3634f5a73653df535a4a0c64d617db6844fb145ebe644ae2b852b1a0
  Stored in directory: /tmp/pip-ephem-wheel-cache-rx43sfj1/wheels/a2/b2/a6/bbb256f5ce5eb73218529e60726bc640a17d8fcab77017c198
  Building wheel for fnv-hash-fast (pyproject.toml): started
  Building wheel for fnv-hash-fast (pyproject.toml): finished with status 'done'
  Created wheel for fnv-hash-fast: filename=fnv_hash_fast-1.0.2-cp313-cp313-manylinux_2_31_aarch64.whl size=116115 sha256=bcc36c2a375e78ded13a9d4c9e4ac7f3363d8c80b182e7304ab78c942d5054db
  Stored in directory: /tmp/pip-ephem-wheel-cache-rx43sfj1/wheels/f1/25/ca/76893f5777604d1c0c4931c7efb2b202f1d35e294c00e4e8b3
  Building wheel for lru-dict (pyproject.toml): started
  Building wheel for lru-dict (pyproject.toml): finished with status 'done'
  Created wheel for lru-dict: filename=lru_dict-1.3.0-cp313-cp313-linux_aarch64.whl size=31764 sha256=896fb856ef0e1f6c35ff4aef329187fbc91e51b9bff904be69d6295c64e5e329
  Stored in directory: /tmp/pip-ephem-wheel-cache-rx43sfj1/wheels/ba/bd/ab/f0f7fbce8f8129c864c232547eb51631fd4396fa1832bb764b
  Building wheel for ulid-transform (pyproject.toml): started
  Building wheel for ulid-transform (pyproject.toml): finished with status 'done'
  Created wheel for ulid-transform: filename=ulid_transform-1.0.2-cp313-cp313-manylinux_2_31_aarch64.whl size=176788 sha256=d9b4bf99264b058e99eed326f4d6eab27c7d401eab2c25e7510906dc529365d1
  Stored in directory: /tmp/pip-ephem-wheel-cache-rx43sfj1/wheels/90/f7/b2/135b1495260ab5dd715b79d5b091fbb03e492f9b5531afdbfc
  DEPRECATION: Building 'fnvhash' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'fnvhash'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for fnvhash (setup.py): started
  Building wheel for fnvhash (setup.py): finished with status 'done'
  Created wheel for fnvhash: filename=fnvhash-0.1.0-py3-none-any.whl size=2180 sha256=debb9edbfb21518411f356bc3f0d77ed4a040043f0e8d09bd3bf4b02c8369122
  Stored in directory: /tmp/pip-ephem-wheel-cache-rx43sfj1/wheels/b4/11/13/f349ad04df7e01224db09470d3f79e74ab001ad2e2cdd4a731
  DEPRECATION: Building 'PyRIC' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'PyRIC'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for PyRIC (setup.py): started
  Building wheel for PyRIC (setup.py): finished with status 'done'
  Created wheel for PyRIC: filename=pyric-0.1.6.3-py2.py3-none-any.whl size=407978 sha256=68cec641dbb0b124810a63852503936c9878c52edeef0f983061198f5206d20b
  Stored in directory: /tmp/pip-ephem-wheel-cache-rx43sfj1/wheels/b4/9d/e8/a9ecfc2003f256579ac6b252c19a68ad41533502ef58e7e689
Successfully built ciso8601 fnv-hash-fast lru-dict ulid-transform fnvhash PyRIC
Installing collected packages: text-unidecode, standard-telnetlib, standard-chunk, pytz, PyRIC, pyrfc3339, ifaddr, fnvhash, ciso8601, btsocket, voluptuous, uv, usb-devices, urllib3, ulid-transform, uart-devices, tzdata, typing-extensions, sniffio, six, PyYAML, python-slugify, PyJWT, pycparser, psutil, propcache, Pillow, packaging, orjson, multidict, MarkupSafe, lru-dict, jmespath, idna, h11, frozenlist, fnv-hash-fast, envs, dbus-fast, cronsim, charset-normalizer, certifi, bcrypt, awesomeversion, audioop-lts, attrs, atomicwrites-homeassistant, async-timeout, async-interrupt, astral, aiooui, aiohappyeyeballs, yarl, voluptuous-serialize, voluptuous-openapi, standard-aifc, SQLAlchemy, requests, python-dateutil, psutil-home-assistant, mashumaro, Jinja2, httpcore, cffi, bleak, anyio, aiozoneinfo, aiosignal, webrtc-models, pycares, httpx, cryptography, botocore, bluetooth-adapters, aiohttp, snitun, securetar, s3transfer, pyOpenSSL, bluetooth-data-tools, bluetooth-auto-recovery, bleak-retry-connector, aiohttp-fast-zlib, aiohttp-cors, aiohasupervisor, aiodns, josepy, habluetooth, boto3, pycognito, home-assistant-bluetooth, acme, hass-nabucasa, homeassistant

Successfully installed Jinja2-3.1.5 MarkupSafe-3.0.2 Pillow-11.0.0 PyJWT-2.10.1 PyRIC-0.1.6.3 PyYAML-6.0.2 SQLAlchemy-2.0.36 acme-3.0.1 aiodns-3.2.0 aiohappyeyeballs-2.6.1 aiohasupervisor-0.2.2b5 aiohttp-3.11.11 aiohttp-cors-0.7.0 aiohttp-fast-zlib-0.2.0 aiooui-0.1.9 aiosignal-1.4.0 aiozoneinfo-0.2.1 anyio-4.9.0 astral-2.2 async-interrupt-1.2.0 async-timeout-5.0.1 atomicwrites-homeassistant-1.4.1 attrs-24.2.0 audioop-lts-0.2.1 awesomeversion-24.6.0 bcrypt-4.2.0 bleak-1.0.1 bleak-retry-connector-4.0.0 bluetooth-adapters-2.0.0 bluetooth-auto-recovery-1.5.2 bluetooth-data-tools-1.28.2 boto3-1.39.3 botocore-1.39.3 btsocket-0.3.0 certifi-2025.6.15 cffi-1.17.1 charset-normalizer-3.4.2 ciso8601-2.3.2 cronsim-2.6 cryptography-44.0.0 dbus-fast-2.44.1 envs-1.4 fnv-hash-fast-1.0.2 fnvhash-0.1.0 frozenlist-1.7.0 h11-0.16.0 habluetooth-4.0.1 hass-nabucasa-0.87.0 home-assistant-bluetooth-1.13.0 homeassistant-2025.1.4 httpcore-1.0.9 httpx-0.27.2 idna-3.10 ifaddr-0.2.0 jmespath-1.0.1 josepy-1.15.0 lru-dict-1.3.0 mashumaro-3.16 multidict-6.6.3 orjson-3.10.12 packaging-25.0 propcache-0.2.1 psutil-7.0.0 psutil-home-assistant-0.0.1 pyOpenSSL-24.3.0 pycares-4.9.0 pycognito-2024.5.1 pycparser-2.22 pyrfc3339-2.0.1 python-dateutil-2.9.0.post0 python-slugify-8.0.4 pytz-2025.2 requests-2.32.3 s3transfer-0.13.0 securetar-2024.11.0 six-1.17.0 sniffio-1.3.1 snitun-0.39.1 standard-aifc-3.13.0 standard-chunk-3.13.0 standard-telnetlib-3.13.0 text-unidecode-1.3 typing-extensions-4.14.1 tzdata-2025.2 uart-devices-0.1.1 ulid-transform-1.0.2 urllib3-1.26.20 usb-devices-0.4.5 uv-0.5.8 voluptuous-0.15.2 voluptuous-openapi-0.0.5 voluptuous-serialize-2.6.0 webrtc-models-0.3.0 yarl-1.18.3
[  OK  ] DietPi-Software | Installing Home Assistant core module
[  OK  ] DietPi-Software | chmod +x /home/homeassistant/homeassistant-start.sh
[  OK  ] DietPi-Software | chmod +x /home/homeassistant/homeassistant-update.sh
[  OK  ] DietPi-Software | cd /tmp/DietPi-Software
[  OK  ] DietPi-Software | curl -sSfL https://github.com/hacs/integration/releases/latest/download/hacs.zip -o hacs.zip
[  OK  ] DietPi-Software | unzip -o hacs.zip -dhacs
[  OK  ] DietPi-Software | rm hacs.zip
[  OK  ] DietPi-Software | rm -R /mnt/dietpi_userdata/homeassistant/custom_components/hacs
[  OK  ] DietPi-Software | mkdir -p /mnt/dietpi_userdata/homeassistant/custom_components
[  OK  ] DietPi-Software | mv hacs /mnt/dietpi_userdata/homeassistant/custom_components/
[  OK  ] DietPi-Software | chown -R homeassistant:homeassistant /mnt/dietpi_userdata/homeassistant
[ INFO ] DietPi-Software | Home Assistant Community Store (HACS) has been installed in addition. To activate it, follow this guide: https://hacs.xyz/docs/configuration/basic/

 DietPi-Software
─────────────────────────────────────────────────────
 Step: Finalising install

[ INFO ] DietPi-Software | Enabling installed services
[  OK  ] DietPi-Software | systemctl --no-reload enable home-assistant
[  OK  ] DietPi-Software | systemctl daemon-reload
2025-07-08 19:14:59 [ INFO ] DietPi-RAMlog | Storing /var/log to /var/tmp/dietpi/logs/dietpi-ramlog_store...
2025-07-08 19:15:00 [  OK  ] DietPi-RAMlog | Stored /var/log to /var/tmp/dietpi/logs/dietpi-ramlog_store.

 DietPi-Software
─────────────────────────────────────────────────────
 Step: Install completed

[  OK  ] DietPi-Survey | Sending survey data
[ SUB1 ] DietPi-Services > restart 
[  OK  ] DietPi-Services | restart : nmbd
[  OK  ] DietPi-Services | restart : smbd
[  OK  ] DietPi-Services | restart : sabnzbd
[  OK  ] DietPi-Services | restart : plexmediaserver
[  OK  ] DietPi-Services | restart : sonarr
[  OK  ] DietPi-Services | restart : radarr
[  OK  ] DietPi-Services | restart : bazarr
[  OK  ] DietPi-Services | restart : readarr
[  OK  ] DietPi-Services | restart : mosquitto
[  OK  ] DietPi-Services | restart : home-assistant
[  OK  ] DietPi-Services | restart : cron
root@DietPi:

Okay, now check again the install state:

grep 'aSOFTWARE_INSTALL_STATE.157.' /boot/dietpi/.installed

And verify that the zlib warning is gone, as you see Successfully installed isal-1.7.2.

Side note: Based on homeassistant==2025.1.4 you are running a Debian 11 Bullseye system. You may want to upgrade to Debian 12 Bookworm, to run latest Home Assistant: Debian Bookworm has been released – DietPi Blog

Here you have journal and grp outcome:

root@DietPi:~# journalctl -u home-assistant
-- Journal begins at Tue 2025-07-08 19:25:49 AEST, ends at Wed 2025-07-09 10:38:06 AEST. --
Jul 08 19:25:59 DietPi systemd[1]: Started Home Assistant (DietPi).
Jul 08 19:27:08 DietPi Home Assistant[1667]: 2025-07-08 19:27:08.736 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
Jul 08 19:27:21 DietPi Home Assistant[1667]: 2025-07-08 19:27:21.329 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //mnt/dietpi_userdata/homeassistant/home-assistant_v2.db was shutdown cleanly
Jul 08 19:30:06 DietPi Home Assistant[1667]: 2025-07-08 19:30:06.406 WARNING (Recorder) [homeassistant.components.recorder.migration] The database is about to upgrade from schema version 47 to 48
Jul 08 19:30:06 DietPi Home Assistant[1667]: 2025-07-08 19:30:06.406 WARNING (Recorder) [homeassistant.components.recorder.migration] Upgrading recorder db schema to version 48
Jul 08 19:30:06 DietPi Home Assistant[1667]: 2025-07-08 19:30:06.641 WARNING (Recorder) [homeassistant.components.recorder.migration] Upgrade to version 48 done
Jul 08 19:30:11 DietPi Home Assistant[1667]: 2025-07-08 19:30:11.083 ERROR (MainThread) [homeassistant.components.speedtestdotnet.coordinator] Error fetching speedtestdotnet data: Unable to connect to servers to test latency.
Jul 08 19:30:53 DietPi Home Assistant[1667]: 2025-07-08 19:30:53.265 WARNING (ImportExecutor_0) [py.warnings] /home/homeassistant/.pyenv/versions/3.13.5/lib/python3.13/site-packages/miio/miot_device.py:23: FutureWarning: functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior
Jul 08 19:30:53 DietPi Home Assistant[1667]:   Bool = partial(_str2bool)
Jul 08 21:56:56 DietPi Home Assistant[1667]: 2025-07-08 21:56:56.450 ERROR (MainThread) [homeassistant.components.ipp.coordinator] Error fetching ipp data: Invalid response from API: Timeout occurred while connecting to IPP server.
Jul 09 01:53:30 DietPi Home Assistant[1667]: 2025-07-09 01:53:30.367 ERROR (MainThread) [homeassistant.components.ring.coordinator] Error fetching devices data: Timeout communicating with API: Timeout error during query of url https://api.ring.com/clients_api/ring_devices:
Jul 09 01:54:29 DietPi Home Assistant[1667]: 2025-07-09 01:54:29.828 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'TimeoutError'
Jul 09 01:54:29 DietPi Home Assistant[1667]: 2025-07-09 01:54:29.829 ERROR (MainThread) [homeassistant.components.met.coordinator] Error fetching met data: Update failed:
root@DietPi:~# grep 'aSOFTWARE_INSTALL_STATE.157.' /boot/dietpi/.installed
aSOFTWARE_INSTALL_STATE[157]=2

My question is why HA showing that my python is 3.13, when command showing 3.9?

Ok I tried to did some digging by myself. I know it is shame using MC but I am old school and still using it.

There is dir:

/home/homeassstant

Inside is seemlink which does not work ~.homeassistant

and a few other dirs.

Some related to python.

/.pip
/.pyenv

Inside /.pyenv there is file version which shows 3.13.5

So Look like I have some python old there.

However inside dir /user/local/lib/python3.9

And the last one in dir /user/local/bin I have 3 files:

*pip
*pip3
*pip3.9

So 3 versions ?

So Do I have 2 python installations?

You still misunderstood how HA is working. It has an own pyenv running an own python version, that is different from the one installed on your system directly.

Ok understand that, so my HA has old version, is it possible to upgrade it to new one inside HA?

Unfortunately you missed to fill the troubleshooting template at the beginning. Usually following information are required.

  • DietPi version | cat /boot/dietpi/.version
  • Distro version | echo $G_DISTRO_NAME $G_RASPBIAN
  • Kernel version | uname -a
  • Architecture | dpkg --print-architecture

Here you have:

dietpi@DietPi:~$ cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=14
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
G_LIVE_PATCH_STATUS[0]='applied'

bullseye

Linux DietPi 6.12.34-current-meson64 #1 SMP PREEMPT Thu Jun 19 13:32:38 UTC 2025 aarch64 GNU/Linux


arm64

I could try to upgrade why not, what can go wrong ;-)?

Okay, so now everything is as expected.

Yeah for latest HA no way around upgrading to Bookworm. It requires an SQLite version newer than the one shipped by Bullseye.

An DietPi drops support for Debian Bullseye as well with its first 2026 release, moving full support to Debian 13 Trixie instead, which will be released this summer. But we will do some announcements via blog and MOTD about this as well.

Thx for explanation so I reckon I will follow your guide and try to upgrade to Bookworm.

Next year I am planning to move to Beelink with N150 and probably do everything from beginning on Proxmox, and HA on separated instance.

Anyway you guys are really great support.

Last question so how long Bookworm will be supported then?

We usually support 3 versions of Debian: The old, current and next one. This means that we might support Bookworm from our side until 2028.

1 Like

Yeah, we tend to even support 4 versions for a limited time, after a new Debian release until end of the year. E.g. Trixie will be released soon, which means next Debian … ehm … ah Forky will be its name, becomes the new Debian testing version, and “supported” (code-wise, but it changes so fast that stable software installation support is difficult to guarantee for the first year at least) with the DietPi release right afterwards. The last years we then dropped support for the previous oldstable version with the first DietPi release of the next year. Hence in this case Bullseye support would be dropped with the January 2026 release of DietPi, and Bookworm until January 2028 as Joulinar said.

But you might notice that the distro upgrade is not a big deal anymore, thanks to our script and thanks to Debian maintainers taking quite care of most packages doing the needed migration steps properly. Once Debian Trixie has been released, we will provide a respective script to upgrade from Bookworm to Trixie, to make this as easy.