diff --git a/custom_components/midea_ac_lan/manifest.json b/custom_components/midea_ac_lan/manifest.json index bb693c0f..eb8566a1 100644 --- a/custom_components/midea_ac_lan/manifest.json +++ b/custom_components/midea_ac_lan/manifest.json @@ -1,13 +1,17 @@ { "domain": "midea_ac_lan", "name": "Midea AC LAN", - "codeowners": ["@georgezhao2010"], + "codeowners": [ + "@CyrielRct" + ], "config_flow": true, "dependencies": [], - "documentation": "https://github.com/georgezhao2010/midea_ac_lan#readme", + "documentation": "https://github.com/CyrielRct/midea_ac_lan#readme", "integration_type": "device", "iot_class": "local_push", - "issue_tracker": "https://github.com/georgezhao2010/midea_ac_lan/issues", - "requirements": [], - "version": "v0.3.22" + "issue_tracker": "https://github.com/CyrielRct/midea_ac_lan/issues", + "requirements": [ + "pycryptodome" + ], + "version": "v0.3.23" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index 0806be08..59afaea5 100644 --- a/hacs.json +++ b/hacs.json @@ -1,7 +1,7 @@ { "name": "Midea AC LAN", "render_readme": true, - "homeassistant": "2023.1", + "homeassistant": "2024.5", "zip_release": true, "filename": "midea_ac_lan.zip" -} +} \ No newline at end of file