Skip to content

Commit

Permalink
Bump wattpilot pythom module to 0.1 / add pyyaml to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kraemermar committed Apr 21, 2022
1 parent b271cc5 commit dfd2562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ Allows for control of [Fronius Wattpilot](https://www.fronius.com/en/solar-energ

# Installation and Configuration

## Prerequisites
At the moment you will have to install the [wattpilot python module](https://github.com/joscha82/wattpilot) manually to your HA instance in advance.
It is not uploaded to PyPI yet, but I have opened a [corresponding request](https://github.com/joscha82/wattpilot/issues/3)
As soon as it is available there, the module will be installed automatically.

## Installation
Download the repository and save the "wattpilot" folder into your home assistant custom_components directory.

Expand Down
2 changes: 1 addition & 1 deletion custom_components/wattpilot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"config_flow": true,
"documentation": "https://github.com/mk-maddin/wattpilot-HA",
"requirements": ["wattpilot>=0.0.1"],
"requirements": ["wattpilot>=0.1","pyyaml>=5.3.0"],
"dependencies": ["sensor","switch","select","number","button"],
"codeowners": ["@mk-maddin"],
"iot_class": "local_polling"
Expand Down

0 comments on commit dfd2562

Please sign in to comment.