Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Mar 21, 2023
1 parent e698393 commit 26db07a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions custom_components/hon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 26db07a

Please sign in to comment.