From a75d3b58106221190dd02139f8e6f4a4e86cd86a Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Sun, 26 Mar 2023 19:56:50 +0200 Subject: [PATCH] Style (hassfest reqirement) --- custom_components/ams/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/ams/manifest.json b/custom_components/ams/manifest.json index e894191..c08630f 100755 --- a/custom_components/ams/manifest.json +++ b/custom_components/ams/manifest.json @@ -1,12 +1,12 @@ { "domain": "ams", "name": "AMS Reader", + "codeowners": ["@turbokongen"], + "config_flow": true, + "dependencies": [], "documentation": "https://github.com/turbokongen/hass-AMS", + "iot_class": "local_push", "issue_tracker": "https://github.com/turbokongen/hass-AMS/issues", - "dependencies": [], - "codeowners": ["@turbokongen"], "requirements": ["pyserial==3.5", "crccheck==1.0"], - "config_flow": true, - "version": "2.0.1", - "iot_class": "local_push" + "version": "2.0.1" }