Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Update homeassistant-core.sh
Browse files Browse the repository at this point in the history
- Breaking Change 
- Home Assistant has transitioned to using `uv` for module updates.
- No upgrade to 2024.10.0 from old versions. Please create a new LXC.
  • Loading branch information
tteck authored Oct 3, 2024
1 parent f2937fe commit 6191d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct/homeassistant-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function update_script() {

msg_info "Updating Home Assistant"
source /srv/homeassistant/bin/activate
pip install ${BR}--upgrade homeassistant &>/dev/null
uv pip install ${BR}--upgrade homeassistant &>/dev/null
msg_ok "Updated Home Assistant"

msg_info "Starting Home Assistant"
Expand Down

0 comments on commit 6191d8e

Please sign in to comment.