[PR #4363] [MERGED] HomeAssistant-Core: update script for 2025.5+ #4911

Closed
opened 2025-11-20 06:12:18 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4363
Author: @MickLesk
Created: 5/9/2025
Status: Merged
Merged: 5/9/2025
Merged by: @tremor021

Base: mainHead: MickLesk-patch-1


📝 Commits (2)

  • 2a14d51 HomeAssistant-Core: update script for 2025.5+
  • 5f3f5d9 Update homeassistant-core-install.sh

📊 Changes

2 files changed (+63 additions, -24 deletions)

View changed files

📝 ct/homeassistant-core.sh (+43 -11)
📝 install/homeassistant-core-install.sh (+20 -13)

📄 Description

✍️ Description

  • fix paths
  • fix python version
  • enable uv settings

Link: #4333

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/4363 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `MickLesk-patch-1` --- ### 📝 Commits (2) - [`2a14d51`](https://github.com/community-scripts/ProxmoxVE/commit/2a14d51b690c06f22119f157ad024e7ba2b74032) HomeAssistant-Core: update script for 2025.5+ - [`5f3f5d9`](https://github.com/community-scripts/ProxmoxVE/commit/5f3f5d9479e83a3ad7f39ad1f060083be7a3067f) Update homeassistant-core-install.sh ### 📊 Changes **2 files changed** (+63 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `ct/homeassistant-core.sh` (+43 -11) 📝 `install/homeassistant-core-install.sh` (+20 -13) </details> ### 📄 Description ## ✍️ Description - fix paths - fix python version - enable uv settings ## 🔗 Related PR / Issue Link: #4333 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:12:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4911