Skip to content

Commit

Permalink
Update manifest requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ldotlopez committed Dec 29, 2023
1 parent e7187a9 commit ef53f59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ipython = "*"
ipdb = "*"
sqlalchemy = "*"
pre-commit = "*"
homeassistant = ">= 2023.11.0"
homeassistant = ">= 2023.12.0"
mypy = "*"
flake8 = "*"
black = "*"
Expand Down
6 changes: 3 additions & 3 deletions custom_components/ideenergy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ldotlopez/ha-ideenergy/issues",
"requirements": [
"ideenergy>=2.0.0a0",
"homeassistant-historical-sensor==2.0.0rc1"
"ideenergy>=2.0.0rc1",
"homeassistant-historical-sensor==2.0.0rc3"
],
"version": "2.0.5"
"version": "2.1.0"
}

0 comments on commit ef53f59

Please sign in to comment.