diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index e0f00e4..c8d8ef8 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -1,15 +1,16 @@ { "domain": "hon", - "name": "Haier hOn", + "name": "Haier hOn Revived", "codeowners": [ + "@mmalolepszy", "@Andre0512" ], "config_flow": true, - "documentation": "https://github.com/Andre0512/hon/", + "documentation": "https://github.com/mmalolepszy/hon-revived/", "iot_class": "cloud_push", - "issue_tracker": "https://github.com/Andre0512/hon/issues", + "issue_tracker": "https://github.com/mmalolepszy/hon-revived/issues", "requirements": [ "pyhOn==0.17.5" ], - "version": "0.14.0" + "version": "0.15.0" }