Skip to content

Commit

Permalink
Update devcontainer and python-sagemcom-api
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Aug 9, 2024
1 parent 14831ce commit 314f4da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
"name": "ha-sagemcom-fast",
"forwardPorts": [
8123
Expand All @@ -12,7 +12,7 @@
}
},
"features": {
"ghcr.io/devcontainers-contrib/features/ffmpeg-apt-get:1": {}
"ghcr.io/devcontainers-contrib/features/ffmpeg-apt-get:1": {} // required for Home Assistant
},
"postCreateCommand": "pip install -r requirements_dev.txt && pre-commit install && pre-commit install-hooks",
"containerEnv": {
Expand All @@ -22,12 +22,9 @@
"customizations": {
"vscode": {
"extensions": [
"ms-python.vscode-pylance",
"ms-python.python",
"redhat.vscode-yaml",
"esbenp.prettier-vscode",
"GitHub.vscode-pull-request-github",
"GitHub.copilot"
"GitHub.copilot",
"GitHub.copilot-chat"
],
"settings": {
"python.pythonPath": "/usr/local/bin/python",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/sagemcom_fast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/imicknl/ha-sagemcom-fast/issues",
"requirements": [
"sagemcom_api==1.1.0"
"sagemcom_api==1.2.1"
],
"ssdp": [
{
Expand Down

0 comments on commit 314f4da

Please sign in to comment.