Skip to content

Commit

Permalink
Merge pull request #713 from MTrab:Bump-Home-Assistant-requirements
Browse files Browse the repository at this point in the history
Bump Home Assistant requirements to at least 2024.10
  • Loading branch information
MTrab authored Oct 10, 2024
2 parents e78a1c2 + bd7c67a commit 45b22d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Landroid Cloud",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
"postCreateCommand": "scripts/setup",
"appPort": [
"9123:8123"
Expand Down Expand Up @@ -37,9 +37,6 @@
},
"remoteUser": "root",
"features": {
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/python:1": {
"version": "latest"
}
"ghcr.io/devcontainers/features/rust:1": {}
}
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Landroid Cloud",
"render_readme": false,
"homeassistant": "2023.10.0",
"homeassistant": "2024.10.0",
"zip_release": true,
"filename": "landroid_cloud.zip"
}

0 comments on commit 45b22d4

Please sign in to comment.