Skip to content

Commit

Permalink
chore: update release verion (#101)
Browse files Browse the repository at this point in the history
* update release verion

* fix access key with none

---------

Co-authored-by: root <root@a0d7b954-ssh.local.hass.io>
  • Loading branch information
wuwentao and root authored Jun 21, 2024
1 parent 2318038 commit cb79e70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -175,4 +174,7 @@ logger:
default: warn
logs:
custom_components.midea_ac_lan: debug
midealocal: debug
```
we should enable `midea_ac_lan` and `midealocal`
4 changes: 3 additions & 1 deletion README_hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -174,4 +173,7 @@ logger:
default: warn
logs:
custom_components.midea_ac_lan: debug
midealocal: debug
```
需要同时开启`midea_ac_lan`和`midealocal`
4 changes: 2 additions & 2 deletions custom_components/midea_ac_lan/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"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",
"integration_type": "device",
"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"
}

0 comments on commit cb79e70

Please sign in to comment.