Skip to content

Commit

Permalink
Add patch_recorder for 2024.8.x changes; fix devcontainer image (#199)
Browse files Browse the repository at this point in the history
* fix devcontainer image

* add patch_recorder.py
  • Loading branch information
MatthewFlamm authored Aug 5, 2024
1 parent bc64d1e commit 7a3fd63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/python:0-3.12",
"image": "mcr.microsoft.com/devcontainers/python:3.12",
"postCreateCommand": "pip3 install -r requirements_generate.txt"
}
1 change: 1 addition & 0 deletions generate_phacc/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"patch_time.py",
"syrupy.py",
"typing.py",
"patch_recorder.py",
]

# remove requirements for development only, i.e not related to homeassistant tests
Expand Down

0 comments on commit 7a3fd63

Please sign in to comment.