From 92add01a59bab8f7266383beb1c211e0a831de0e Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 11 Apr 2023 01:03:54 +0200 Subject: [PATCH] Bump pyhon version --- README.md | 2 +- custom_components/hon/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c95b542..fcd4e5b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Any kind of contribution is welcome! #### Tips and Tricks - 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. -- Use [pyhOn](https://github.com/Andre0512/pyhOn)s translate command to read out the official translations +- Use [pyhOn's translate command](https://github.com/Andre0512/pyhOn#translation) to read out the official translations ## Tested Devices - Haier WD90-B14TEAM5 diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 8bf4a76..79ee718 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/Andre0512/hon/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", - "requirements": ["pyhOn==0.6.3"], - "version": "0.5.0-beta.4" + "requirements": ["pyhOn==0.6.4"], + "version": "0.5.0-beta.5" }