diff --git a/custom_components/chargeamps/manifest.json b/custom_components/chargeamps/manifest.json index b463a41..04e1fe2 100644 --- a/custom_components/chargeamps/manifest.json +++ b/custom_components/chargeamps/manifest.json @@ -1,20 +1,20 @@ { "domain": "chargeamps", "name": "Chargeamps", - "version": "1.9.4", - "documentation": "https://github.com/kirei/hass-chargeamps", - "issue_tracker": "https://github.com/kirei/hass-chargeamps/issues", + "codeowners": [ + "@kirei" + ], + "config_flow": false, "dependencies": [ ], - "config_flow": false, + "documentation": "https://github.com/kirei/hass-chargeamps", "iot_class": "cloud_polling", - "codeowners": [ - "@kirei" - ], + "issue_tracker": "https://github.com/kirei/hass-chargeamps/issues", "requirements": [ "chargeamps==1.6.1", "dataclasses-json>=0.5.2", "homeassistant>=2022.11.0" - ] -} + ], + "version": "1.9.4" +} \ No newline at end of file