Bump version to v0.3.0

This commit is contained in:
Andre Basche 2023-03-21 22:28:08 +01:00
parent e698393841
commit 26db07acdc
2 changed files with 8 additions and 7 deletions

View File

@ -3,6 +3,10 @@
Home Assistant component supporting devices of Haier's mobile app **hOn**. Home Assistant component supporting devices of Haier's mobile app **hOn**.
## Supported Appliances
- Washing Machine
- Tumble Dryer
## Installation ## Installation
#### Installing via HACS #### Installing via HACS
1. You need to have installed [HACS](https://hacs.xyz/) 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 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. - 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 ## Tested Devices
- Haier WD90 - Haier WD90-B14TEAM5
- Haier HD80-A3959
## About this Repo ## About this Repo
The existing integrations missed some features from the app I liked to have in HomeAssistant. 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 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). I moved the api related stuff into the package [pyhOn](https://github.com/Andre0512/pyhOn).

View File

@ -6,7 +6,7 @@
"documentation": "https://github.com/Andre0512/hon/", "documentation": "https://github.com/Andre0512/hon/",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Andre0512/hon/issues", "issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": ["pyhOn==0.3.8"], "requirements": ["pyhOn==0.4.1"],
"version": "0.2.5" "version": "0.3.0"
} }