From dcec0eea14f86706d9161d3fdc6020ed37313de3 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 26 Jul 2024 12:41:32 +0200 Subject: [PATCH] Add HACS Validation --- custom_components/emonio/manifest.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/custom_components/emonio/manifest.json b/custom_components/emonio/manifest.json index 5fc12b4..981ac08 100644 --- a/custom_components/emonio/manifest.json +++ b/custom_components/emonio/manifest.json @@ -1,12 +1,15 @@ { "domain": "emonio", "name": "Emonio P3", - "version": "0.1.0", - "documentation": "https://github.com/Emonio/hacs-emonio-p3", - "requirements": ["pymodbus==2.5.3"], - "isssue_tracker": "https://github.com/Emonio/hacs-emonio-p3/issues", - "codeowners": ["@andsk8"], + "codeowners": [ + "@andsk8" + ], "config_flow": true, - "iot_class": "local_polling" -} - + "documentation": "https://github.com/Emonio/hacs-emonio-p3", + "iot_class": "local_polling", + "issue_tracker": "https://github.com/Emonio/hacs-emonio-p3/issues", + "requirements": [ + "pymodbus==2.5.3" + ], + "version": "0.1.0" +} \ No newline at end of file