Skip to content

Commit

Permalink
Update to pydanticv2 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 committed Jun 26, 2024
1 parent 4a0e3fd commit 86d2bcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/solarweb/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"documentation": "https://github.com/drc38/Fronius_solarweb",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/drc38/Fronius_solarweb/issues",
"requirements": ["fronius-solarweb==0.2.3"],
"requirements": ["fronius-solarweb>=0.3.0"],
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fronius_Solarweb",
"homeassistant": "2023.2.0",
"homeassistant": "2024.6.0",
"render_readme": true,
"zip_release": true,
"filename": "solarweb.zip"
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
homeassistant>=2023.1.0b1
fronius_solarweb==0.2.2
homeassistant>=2024.6
fronius_solarweb==0.3.0
pre-commit==3.7.1

0 comments on commit 86d2bcc

Please sign in to comment.