Skip to content

Commit

Permalink
update mainfest version to v0.3.23 and update url
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwentao committed May 13, 2024
1 parent 2f32f8c commit e4c22cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: HASS and Hassfest Validation
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- name: HACS Action
uses: hacs/action@main
Expand Down
8 changes: 4 additions & 4 deletions custom_components/midea_ac_lan/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"domain": "midea_ac_lan",
"name": "Midea AC LAN",
"codeowners": [
"@CyrielRct"
"@wuwentao"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/CyrielRct/midea_ac_lan#readme",
"documentation": "https://github.com/wuwentao/midea_ac_lan#readme",
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/CyrielRct/midea_ac_lan/issues",
"issue_tracker": "https://github.com/wuwentao/midea_ac_lan/issues",
"requirements": [
"pycryptodome"
],
"version": "v0.3.23"
}
}

0 comments on commit e4c22cf

Please sign in to comment.