Skip to content

Commit

Permalink
chore(readme): add upgrade step and QQ group in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwentao committed Jan 6, 2025
1 parent 8ac8fc2 commit f16e261
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
12 changes: 6 additions & 6 deletions README_hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -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设备

Expand Down Expand Up @@ -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`的方法。

0 comments on commit f16e261

Please sign in to comment.