From dfd2562cc0afda236ad0d35f679d9f7c5d9c6342 Mon Sep 17 00:00:00 2001 From: kraemermar Date: Thu, 21 Apr 2022 07:53:14 +0200 Subject: [PATCH] Bump wattpilot pythom module to 0.1 / add pyyaml to dependencies --- README.md | 5 ----- custom_components/wattpilot/manifest.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index f6db7ec..09774f6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/custom_components/wattpilot/manifest.json b/custom_components/wattpilot/manifest.json index 9642231..4806125 100644 --- a/custom_components/wattpilot/manifest.json +++ b/custom_components/wattpilot/manifest.json @@ -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"