diff --git a/README.md b/README.md index 58fdde96..7a5a8099 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/hacs/integration) [![Stable](https://img.shields.io/github/v/release/wuwentao/midea_ac_lan)](https://github.com/wuwentao/midea_ac_lan/releases/latest) [![Super-Linter](https://github.com/wuwentao/midea_ac_lan/actions/workflows/linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter) -![Discord](https://img.shields.io/discord/1244496733577285732) English | [简体中文](README_hans.md) | [Discord Chat](https://discord.com/invite/ZWdd2fXndn) @@ -175,4 +174,7 @@ logger: default: warn logs: custom_components.midea_ac_lan: debug + midealocal: debug ``` + +we should enable `midea_ac_lan` and `midealocal` diff --git a/README_hans.md b/README_hans.md index 09fe607f..0b9adf00 100644 --- a/README_hans.md +++ b/README_hans.md @@ -3,7 +3,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/hacs/integration) [![Stable](https://img.shields.io/github/v/release/wuwentao/midea_ac_lan)](https://github.com/wuwentao/midea_ac_lan/releases/latest) [![Super-Linter](https://github.com/wuwentao/midea_ac_lan/actions/workflows/linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter) -![Discord](https://img.shields.io/discord/1244496733577285732) [English](README.md) | 简体中文 | [Discord交流群](https://discord.com/invite/ZWdd2fXndn) @@ -174,4 +173,7 @@ logger: default: warn logs: custom_components.midea_ac_lan: debug + midealocal: debug ``` + +需要同时开启`midea_ac_lan`和`midealocal` diff --git a/custom_components/midea_ac_lan/manifest.json b/custom_components/midea_ac_lan/manifest.json index 7a650420..8cde87fb 100644 --- a/custom_components/midea_ac_lan/manifest.json +++ b/custom_components/midea_ac_lan/manifest.json @@ -1,7 +1,7 @@ { "domain": "midea_ac_lan", "name": "Midea AC LAN", - "codeowners": ["@wuwentao", "@rokam", "@chemelli74"], + "codeowners": ["@wuwentao", "@rokam", "@chemelli74", "@Necroneco"], "config_flow": true, "dependencies": [], "documentation": "https://github.com/wuwentao/midea_ac_lan#readme", @@ -9,5 +9,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/wuwentao/midea_ac_lan/issues", "requirements": ["pycryptodome", "midea-local==1.1.2"], - "version": "v0.4.1" + "version": "v0.4.2" }