Skip to content

Commit

Permalink
Force upgrade of homeassistant-historical-sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
ldotlopez committed Feb 14, 2025
1 parent a8e5f6a commit 4140454
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 26 deletions.
19 changes: 0 additions & 19 deletions Pipfile

This file was deleted.

4 changes: 2 additions & 2 deletions custom_components/ideenergy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"issue_tracker": "https://github.com/ldotlopez/ha-ideenergy/issues",
"requirements": [
"ideenergy>=2.0.0rc1",
"homeassistant-historical-sensor==2.0.0rc5"
"homeassistant-historical-sensor==2.0.0"
],
"version": "2.1.2"
"version": "2025.2.0"
}
20 changes: 15 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[build-system]
requires = ["setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ha-ideenergy"
version = "2025.2.0"
requires-python = ">=3.13"

[tool.black]
target-version = ['py311']
target-version = ['py313']

[tool.isort]
profile = "black"
Expand All @@ -12,4 +13,13 @@ profile = "black"
files = ["custom_components/ideenergy"]

[tool.pyupgrade]
addopts = "--py311-plus"
addopts = "--py313-plus"

[dependency-groups]
dev = [
"homeassistant>=2025.2.0",
"ipdb>=0.13.13",
"ipython>=8.32.0",
"pre-commit>=4.1.0",
"sqlalchemy>=2.0.37",
]

0 comments on commit 4140454

Please sign in to comment.