Home Assistant Core isn't upgrading to 2025.5.0 #926

Closed
opened 2026-02-04 22:14:20 +03:00 by OVERLORD · 12 comments
Owner

Originally created by @dmshimself on GitHub (May 9, 2025).

Have you read and understood the above guidelines?

Yes

📜 What is the name of the script you are using?

Home Assistant Core

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homeassistant-core.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.10

📝 Provide a clear and concise description of the issue.

With the release of HA 2025.5.0, I found that updating an existing HA core running 2025.4.4 and creating a new core from scratch with defaults both leave the HA at 2025.4.4

🔄 Steps to reproduce the issue.

Take an existing updatable HA Core running 2025.4.4, run update and HA is still 2025.4.4. Install a fresh HA Core and the version shown is 2024.4.4, not the la test 2025.5.0

Paste the full error output (if available).

No errors as such, just the HA version remains the same.

🖼️ Additional context (optional).

No response

Originally created by @dmshimself on GitHub (May 9, 2025). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Home Assistant Core ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homeassistant-core.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.10 ### 📝 Provide a clear and concise description of the issue. With the release of HA 2025.5.0, I found that updating an existing HA core running 2025.4.4 and creating a new core from scratch with defaults both leave the HA at 2025.4.4 ### 🔄 Steps to reproduce the issue. Take an existing updatable HA Core running 2025.4.4, run update and HA is still 2025.4.4. Install a fresh HA Core and the version shown is 2024.4.4, not the la test 2025.5.0 ### ❌ Paste the full error output (if available). No errors as such, just the HA version remains the same. ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 22:14:20 +03:00
Author
Owner

@MickLesk commented on GitHub (May 9, 2025):

Marker:
ERROR: Ignored the following versions that require a different python version: 2025.5.0 Requires-Python >=3.13.2; 2025.5.0b0 Requires-Python >=3.13.2; 2025.5.0b1 Requires-Python >=3.13.2; 2025.5.0b10 Requires-Python >=3.13.2; 2025.5.0b2 Requires-Python >=3.13.2; 2025.5.0b3 Requires-Python >=3.13.2; 2025.5.0b4 Requires-Python >=3.13.2; 2025.5.0b5 Requires-Python >=3.13.2; 2025.5.0b6 Requires-Python >=3.13.2; 2025.5.0b7 Requires-Python >=3.13.2; 2025.5.0b8 Requires-Python >=3.13.2; 2025.5.0b9 Requires-Python >=3.13.2

These homeassistant dudes... i take a look later

@MickLesk commented on GitHub (May 9, 2025): Marker: ERROR: Ignored the following versions that require a different python version: 2025.5.0 Requires-Python >=3.13.2; 2025.5.0b0 Requires-Python >=3.13.2; 2025.5.0b1 Requires-Python >=3.13.2; 2025.5.0b10 Requires-Python >=3.13.2; 2025.5.0b2 Requires-Python >=3.13.2; 2025.5.0b3 Requires-Python >=3.13.2; 2025.5.0b4 Requires-Python >=3.13.2; 2025.5.0b5 Requires-Python >=3.13.2; 2025.5.0b6 Requires-Python >=3.13.2; 2025.5.0b7 Requires-Python >=3.13.2; 2025.5.0b8 Requires-Python >=3.13.2; 2025.5.0b9 Requires-Python >=3.13.2 These homeassistant dudes... i take a look later
Author
Owner

@MickLesk commented on GitHub (May 9, 2025):

Are you / or another available to test: (update function - not new container please) - my tests work fine

  • Please do an snapshot before

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/homeassistant-core.sh)"

@MickLesk commented on GitHub (May 9, 2025): Are you / or another available to test: (update function - not new container please) - my tests work fine - **Please do an snapshot before** bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/homeassistant-core.sh)"
Author
Owner

@dmshimself commented on GitHub (May 9, 2025):

Thanks very much for that. I upgraded (after a snapshot) and there was quite a lot of activity recreating a .venv. It all came good apart from one error which might be nothing to do with the upgrade. I get a missing module message:

Setup failed for custom integration 'smart_irrigation': Unable to import component: No module named 'aiofiles'

and a few custom cards don't load e.g.

Image

I'll create a new container from scratch and copy the HA config across tomorrow and let you know .....

@dmshimself commented on GitHub (May 9, 2025): Thanks very much for that. I upgraded (after a snapshot) and there was quite a lot of activity recreating a .venv. It all came good apart from one error which might be nothing to do with the upgrade. I get a missing module message: Setup failed for custom integration 'smart_irrigation': Unable to import component: No module named 'aiofiles' and a few custom cards don't load e.g. ![Image](https://github.com/user-attachments/assets/1f888228-67f6-43c4-8a50-99c2b4efb824) I'll create a new container from scratch and copy the HA config across tomorrow and let you know .....
Author
Owner

@MickLesk commented on GitHub (May 9, 2025):

thats the big change on 2025.05. Thats not related to the "update function" of the script, i need to recreate (in HomeAssistant OS) many things with the new version (all Themes, Sidebar, etc.)

@MickLesk commented on GitHub (May 9, 2025): thats the big change on 2025.05. Thats not related to the "update function" of the script, i need to recreate (in HomeAssistant OS) many things with the new version (all Themes, Sidebar, etc.)
Author
Owner

@tranb3r commented on GitHub (May 9, 2025):

@MickLesk
The new update script has worked for me. Python 3.13.3 has been installed. And HA has been upgraded to 2025.5.0 successfully.
However, in the new virtual env, pip list now only lists pip and wheel instead of the whole list of dependencies. Any idea why?

@tranb3r commented on GitHub (May 9, 2025): @MickLesk The new update script has worked for me. Python 3.13.3 has been installed. And HA has been upgraded to 2025.5.0 successfully. However, in the new virtual env, `pip list` now only lists `pip` and `wheel` instead of the whole list of dependencies. Any idea why?
Author
Owner

@MickLesk commented on GitHub (May 9, 2025):

run over uv, not pip?

@MickLesk commented on GitHub (May 9, 2025): run over uv, not pip?
Author
Owner

@tranb3r commented on GitHub (May 9, 2025):

run over uv, not pip?

Indeed, it works.
Thank you!

@tranb3r commented on GitHub (May 9, 2025): > run over uv, not pip? Indeed, it works. Thank you!
Author
Owner

@spec997 commented on GitHub (May 9, 2025):

HA Core running 2025.4.4, run update or bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/homeassistant-core.sh)" and HA is still 2025.4.4.

@spec997 commented on GitHub (May 9, 2025): HA Core running 2025.4.4, run update or bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/homeassistant-core.sh)" and HA is still 2025.4.4.
Author
Owner

@neygen88 commented on GitHub (May 9, 2025):

@MickLesk
Thank you, it works like a charm!

@neygen88 commented on GitHub (May 9, 2025): @MickLesk Thank you, it works like a charm!
Author
Owner

@dmshimself commented on GitHub (May 9, 2025):

All good here on a new core. In my case the best option was to recreate a new core, copy the data across and then manually run

uv pip install aiofiles --system

As this was needed for my rig.

Many thanks for the rapid help

@dmshimself commented on GitHub (May 9, 2025): All good here on a new core. In my case the best option was to recreate a new core, copy the data across and then manually run uv pip install aiofiles --system As this was needed for my rig. Many thanks for the rapid help
Author
Owner

@dmshimself commented on GitHub (May 9, 2025):

But after upgrading this new core to 2025.5.1 using 'update', my custom cards do not load.

@dmshimself commented on GitHub (May 9, 2025): But after upgrading this new core to 2025.5.1 using 'update', my custom cards do not load.
Author
Owner

@MickLesk commented on GitHub (May 10, 2025):

Read changelogs, 2025.5 Break the most Default cards. I need 2hours today with Homeassistant OS to fix various hacs

@MickLesk commented on GitHub (May 10, 2025): Read changelogs, 2025.5 Break the most Default cards. I need 2hours today with Homeassistant OS to fix various hacs
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#926