diff --git a/custom_components/inim/manifest.json b/custom_components/inim/manifest.json index 034a631..88c9aed 100644 --- a/custom_components/inim/manifest.json +++ b/custom_components/inim/manifest.json @@ -1,14 +1,14 @@ { + "domain": "inim", + "name": "Inim Alarm", "codeowners": [ "@nidble" ], "config_flow": false, - "issue_tracker": "https://github.com/nidble/inim_alarm/issues", "dependencies": [], "documentation": "https://github.com/nidble/inim_alarm/", - "domain": "inim", "iot_class": "cloud_polling", - "name": "Inim Alarm", + "issue_tracker": "https://github.com/nidble/inim_alarm/issues", "requirements": [ "pyinim==0.0.18" ],