diff --git a/README.md b/README.md index 840a979..1c611b4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Home Assistant integration for [Haier's mobile app hOn](https://hon-smarthome.co [![Supported Languages](https://img.shields.io/badge/Languages-19-royalblue)](https://github.com/Andre0512/hon#supported-languages) [![Supported Appliances](https://img.shields.io/badge/Appliances-11-forestgreen)](https://github.com/Andre0512/hon#supported-appliances) -[![Supported Models](https://img.shields.io/badge/Models-111-yellowgreen)](https://github.com/Andre0512/hon#supported-appliances) +[![Supported Models](https://img.shields.io/badge/Models-112-yellowgreen)](https://github.com/Andre0512/hon#supported-appliances) [![Supported Entities](https://img.shields.io/badge/Entities-317-crimson)](https://github.com/Andre0512/hon#supported-appliances) ## Supported Appliances @@ -586,7 +586,7 @@ Support has been confirmed for these **13 models**, but many more will work. Ple ![Washing Machine](assets/example_wm.png) ### Supported Washing Machine models -Support has been confirmed for these **34 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). +Support has been confirmed for these **35 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). #### Haier - HW80-B14959TU1 @@ -607,6 +607,7 @@ Support has been confirmed for these **34 models**, but many more will work. Ple - HW 28AMBS/1-S - HW 410AMBCB/1-80 - HW 411AMBCB/1-80 +- HW 48AMC/1-S - HW 49AMC/1-80 - HW 68AMC/1-80 - HW4 37AMBS/1-S diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 82eb3c4..a4f729d 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.15.12" + "pyhOn==0.15.14" ], - "version": "0.10.1-beta.1" + "version": "0.10.1" } diff --git a/info.md b/info.md index ea2aec7..3fe91a0 100644 --- a/info.md +++ b/info.md @@ -10,7 +10,7 @@ Home Assistant integration for [Haier's mobile app hOn](https://hon-smarthome.co [![Supported Languages](https://img.shields.io/badge/Languages-19-royalblue)](https://github.com/Andre0512/hon#supported-languages) [![Supported Appliances](https://img.shields.io/badge/Appliances-11-forestgreen)](https://github.com/Andre0512/hon#supported-appliances) -[![Supported Models](https://img.shields.io/badge/Models-111-yellowgreen)](https://github.com/Andre0512/hon#supported-appliances) +[![Supported Models](https://img.shields.io/badge/Models-112-yellowgreen)](https://github.com/Andre0512/hon#supported-appliances) [![Supported Entities](https://img.shields.io/badge/Entities-317-crimson)](https://github.com/Andre0512/hon#supported-appliances) ## Supported Appliances @@ -581,7 +581,7 @@ Support has been confirmed for these **13 models**, but many more will work. Ple ![Washing Machine](assets/example_wm.png) ### Supported Washing Machine models -Support has been confirmed for these **34 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). +Support has been confirmed for these **35 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). #### Haier - HW80-B14959TU1 @@ -602,6 +602,7 @@ Support has been confirmed for these **34 models**, but many more will work. Ple - HW 28AMBS/1-S - HW 410AMBCB/1-80 - HW 411AMBCB/1-80 +- HW 48AMC/1-S - HW 49AMC/1-80 - HW 68AMC/1-80 - HW4 37AMBS/1-S diff --git a/requirements.txt b/requirements.txt index 482d88a..03a01d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyhOn==0.15.12 +pyhOn==0.15.14 diff --git a/supported_models.yml b/supported_models.yml index e9d67e0..dbd1adc 100644 --- a/supported_models.yml +++ b/supported_models.yml @@ -17,6 +17,7 @@ wm: - "HW 28AMBS/1-S" - "HW 410AMBCB/1-80" - "HW 411AMBCB/1-80" + - "HW 48AMC/1-S" - "HW 49AMC/1-80" - "HW 68AMC/1-80" - "HW4 37AMBS/1-S"