From f16e2616e249c04deb484d492b5d0f32ae60c982 Mon Sep 17 00:00:00 2001 From: Wentao Wu Date: Mon, 6 Jan 2025 05:05:00 +0000 Subject: [PATCH] chore(readme): add upgrade step and QQ group in readme --- README.md | 10 +++++----- README_hans.md | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b58b07d..a9c7b4b 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ English | [简体中文](README_hans.md) | [Discord Chat](https://discord.com/invite/ZWdd2fXndn) | [QQ Group](https://qm.qq.com/q/l53SGEwlZ6) -**_❗ [georgezhao2010/midea_ac_lan](https://github.com/georgezhao2010/midea_ac_lan) not update for a long time, we will maintain it now_** - Control your Midea M-Smart appliances via local area network. - Automated device discover and configuration based Home Assistant config flow UI. @@ -191,12 +189,14 @@ logger: or use this service call without restart HA: -> `Developer Tools` -> `Services` -> `GO TO YAML MODE` -> paste below yaml content to the form,and run `CALL SERVICE` +> `Developer Tools` -> `Actions` -> select `Logger: Set Log Level` -> `GO TO YAML MODE` +> paste below yaml content to the form,and run ```yaml -service: logger.set_level +action: logger.set_level data: custom_components.midea_ac_lan: debug midealocal: debug ``` + +> Tips: this mode not required reboot, but it can't capture device startup error log, recommend to edit `configuration.yaml` file to enable debug mode. diff --git a/README_hans.md b/README_hans.md index 7e980fc..14c104b 100644 --- a/README_hans.md +++ b/README_hans.md @@ -4,9 +4,7 @@ [![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) -[English](README.md) | 简体中文 | [Discord交流群](https://discord.com/invite/ZWdd2fXndn) | [QQ群](https://qm.qq.com/q/l53SGEwlZ6) - -**_❗ [georgezhao2010/midea_ac_lan](https://github.com/georgezhao2010/midea_ac_lan) 已经很长时间没有更新了, 我们将接替并持续更新_** +[English](README.md) | 简体中文 | [Discord交流群](https://discord.com/invite/ZWdd2fXndn) | [QQ交流群](https://qm.qq.com/q/l53SGEwlZ6) 通过本地局域网控制你的美的M-Smart设备 @@ -192,12 +190,14 @@ logger: 或者使用如下方式,无需重启 -> `Developer Tools` -> `Services` -> `GO TO YAML MODE` -> 粘贴以下内容到输入框中,执行`CALL SERVICE` +> `开发者工具` -> `动作` -> 下拉列表中选择 `Logger: 设置级别` -> 左下角选择:`进入YAML模式` +> 粘贴以下内容到输入框中,选择`执行动作`即可 ```yaml -service: logger.set_level +action: logger.set_level data: custom_components.midea_ac_lan: debug midealocal: debug ``` + +> 注意: 此模式虽然无需重启,但是无法捕获开机启动触发的完整错误,首选修改`configuration.yaml`的方法。