From d5be0b412e7c1105c9440849b5b5090b2d3416c8 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Fri, 3 May 2024 21:19:46 +0200 Subject: [PATCH] sort --- custom_components/chargeamps/manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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