From a25510184e57453dcb18fb54c6c6010f4cf1d9dd Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 25 Jun 2023 17:59:18 +0200 Subject: [PATCH] Bump version --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ README.md | 11 ++++++----- custom_components/hon/manifest.json | 4 ++-- info.md | 5 +++++ 5 files changed, 29 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 661bc9c..4ffa126 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -37,3 +37,11 @@ Post your device info here (if available) _This button can be found in the diagnostic section of your device or in the entity overview if "show disabled entities" is enabled._ 2. Press the button to create a notification 3. Open home assistant notifications and copy the message (Crtl+A, Ctrl+C) + +**Data Archive** +For further analysis, please add your appliance data archive here. +Navigate to `Settings` -> `Device & Services` -> `Haier hOn` -> _your device_ and press the _Create Data Archive_ button. +Then open notifications to download the data zip archive. +To attach the file: +* GitHub Web: Use the "Attach files by dragging & dropping, selecting or pasting them." function +* GitHub Mobile: Upload the zip archive as image diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cb133ce..fb0389e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -24,3 +24,11 @@ _This button can be found in the diagnostic section of your device or in the ent 3. Open home assistant notifications and copy the message (Crtl+A, Ctrl+C) **Additional context** Add any other context or screenshots about the feature request here. + +**Data Archive** +For further analysis, please add your appliance data archive here. +Navigate to `Settings` -> `Device & Services` -> `Haier hOn` -> _your device_ and press the _Create Data Archive_ button. +Then open notifications to download the data zip archive. +To attach the file: +* GitHub Web: Use the "Attach files by dragging & dropping, selecting or pasting them." function +* GitHub Mobile: Upload the zip archive as image diff --git a/README.md b/README.md index 67777c5..7bc5c5b 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ Support has been confirmed for these models, but many more will work. Please add | **Hood** | HADG6DS46BWIFI | | | | **Wine Cellar** | HWS247FDU1 | | | +| Please add your appliances data to our [hon-test-data collection](https://github.com/Andre0512/hon-test-data).
This helps us to develop new features and not to break compatibility in newer versions. | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| + ## Supported Languages Translation of internal names like programs are available for all languages which are official supported by the hOn app: * 🇨🇳 Chinese @@ -81,11 +84,9 @@ Translation of internal names like programs are available for all languages whic Any kind of contribution is welcome! ### Read out device data If you want to make a request for adding new appliances or additional attributes and don't want to use the command line, here is how you can read out your device data. -For every device exists a hidden button which can be used to log all infos of your appliance. -1. Enable the "Show Device Info" button - _This button can be found in the diagnostic section of your device or in the entity overview if "show disabled entities" is enabled._ -2. Press the button to create a notification -3. Open home assistant notifications and copy the message (Crtl+A, Ctrl+C) +For every device exists a button under diagnostics which can be used to log all info of your appliance. +1. Press the button to create a notification +2. Open home assistant notifications and copy the message (Crtl+A, Ctrl+C) ### Add appliances or additional attributes 1. Install [pyhOn](https://github.com/Andre0512/pyhOn) ```commandline diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 2175a14..f35b94f 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.13.1" + "pyhOn==0.14.1" ], - "version": "0.9.0-beta.4" + "version": "0.9.0-beta.5" } diff --git a/info.md b/info.md index 26f76b2..f07ae53 100644 --- a/info.md +++ b/info.md @@ -40,6 +40,9 @@ Support has been confirmed for these models, but many more will work. Please add | **Hood** | HADG6DS46BWIFI | | | | **Wine Cellar** | HWS247FDU1 | | | +| Please add your appliances data to our [hon-test-data collection](https://github.com/Andre0512/hon-test-data).
This helps us to develop new features and not to break compatibility in newer versions. | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| + ## Supported Languages Translation of internal names like programs are available for all languages which are official supported by the hOn app: * 🇨🇳 Chinese @@ -67,6 +70,8 @@ Translation of internal names like programs are available for all languages whic ![washing_machine.png](assets/washing_machine.png) ## Contribute + + Want to help us to support more appliances? Or add more sensors? Or help with translating? Or beautify some icons or captions? Check out the [project on GitHub](https://github.com/Andre0512/hon), every contribution is welcome!