Skip to content

Commit

Permalink
Update Home Assistant version
Browse files Browse the repository at this point in the history
  • Loading branch information
wrodie committed Nov 24, 2023
1 parent 8ff0aab commit 787cf3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ludeeus/integration_blueprint",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10-bullseye",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down Expand Up @@ -39,4 +39,4 @@
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
}
}
}
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
colorlog==6.7.0
homeassistant==2023.2.0
homeassistant==2023.11.2

pip>=21.0,<23.4
ruff==0.1.3

0 comments on commit 787cf3b

Please sign in to comment.