From 26db07acdcfab33e6711ba8f9b92e391f828574f Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 21 Mar 2023 22:28:08 +0100 Subject: [PATCH] Bump version to v0.3.0 --- README.md | 11 ++++++----- custom_components/hon/manifest.json | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8b9b3da..3c147ed 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Home Assistant component supporting devices of Haier's mobile app **hOn**. +## Supported Appliances +- Washing Machine +- Tumble Dryer + ## Installation #### Installing via HACS 1. You need to have installed [HACS](https://hacs.xyz/) @@ -61,14 +65,11 @@ Any kind of contribution is welcome! - If you want to have some states humanreadable, have a look at the `translation_key` parameter of the `EntityDescription` - If you need to implement some more logic, create a pull request to the underlying library. There we collect special requirements in the `appliances` directory. -## Supported Appliances -- Washing Machine - ## Tested Devices -- Haier WD90 +- Haier WD90-B14TEAM5 +- Haier HD80-A3959 ## About this Repo The existing integrations missed some features from the app I liked to have in HomeAssistant. I tried to create a pull request, but in the structures of these existing repos, I find it hard to fit in my needs, so I basically rewrote everything. I moved the api related stuff into the package [pyhOn](https://github.com/Andre0512/pyhOn). - diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 3d4714d..07e6f30 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -6,7 +6,7 @@ "documentation": "https://github.com/Andre0512/hon/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", - "requirements": ["pyhOn==0.3.8"], - "version": "0.2.5" + "requirements": ["pyhOn==0.4.1"], + "version": "0.3.0" }