Skip to content

Commit

Permalink
chore: Remove python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Dec 8, 2024
1 parent c67bba4 commit 7fe6715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/solarman/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/davidrapan/ha-solarman/issues",
"requirements": ["ipaddress", "pyyaml", "umodbus", "pysolarmanv5>=3.0.5"],
"version": "24.12.08_3"
"requirements": ["pyyaml", "umodbus", "pysolarmanv5>=3.0.5"],
"version": "24.12.08_4"
}

0 comments on commit 7fe6715

Please sign in to comment.