Skip to content

Commit

Permalink
Upgrade HA minimum Version to 25.1 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
torbennehmer authored Jan 15, 2025
2 parents 81a8cf9 + a91f0ba commit 56becfb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
"config",
"--skip-pip"
]
},
{
// For this to work against HA Docker, link the following directories (be aware, use the right version)
// /usr/src/homeassistant/homeassistant -> /home/vscode/.local/lib/python3.11/site-packages/homeassistant
// /config/custom_components -> /workspaces/hacs-e3dc/custom_components/
"name": "Python: Attach to Atlantis",
"type": "python",
"request": "attach",
"connect": {
"host": "10.128.20.10",
"port": 5678
}
}
]
}
2 changes: 1 addition & 1 deletion custom_components/e3dc_rscp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"pye3dc==0.9.2"
],
"ssdp": [],
"version": "3.9.0-beta.1",
"version": "3.9.0",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"filename": "hacs-e3dc_rscp.zip",
"hide_default_branch": true,
"homeassistant": "2024.12.0",
"homeassistant": "2025.1.0",
"name": "E3DC Remote Storage Control Protocol (Git)",
"render_readme": true,
"zip_release": true
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
homeassistant>=2024.12.0
homeassistant>=2025.1.0
colorlog==6.9.0
pip>=24.1.1,<24.4
ruff==0.8.4
Expand Down

0 comments on commit 56becfb

Please sign in to comment.