diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9ba43373..37d63485 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 diff --git a/custom_components/midea_ac_lan/manifest.json b/custom_components/midea_ac_lan/manifest.json index eb8566a1..40fad58c 100644 --- a/custom_components/midea_ac_lan/manifest.json +++ b/custom_components/midea_ac_lan/manifest.json @@ -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" -} \ No newline at end of file +}