From 75c62c8991ec6dcfe48dda24c1bbcb92043445fd Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sun, 1 Oct 2023 16:22:57 +0300 Subject: [PATCH] Fix manifest.json --- custom_components/gismeteo/manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/custom_components/gismeteo/manifest.json b/custom_components/gismeteo/manifest.json index bb2fdc0..b62ce5f 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -1,16 +1,16 @@ { "domain": "gismeteo", "name": "Gismeteo", - "version": "2.5.2-alpha", - "documentation": "https://github.com/Limych/ha-gismeteo", - "issue_tracker": "https://github.com/Limych/ha-gismeteo/issues", - "dependencies": [ - "weather" - ], - "config_flow": true, "codeowners": [ "@Limych" ], + "config_flow": true, + "dependencies": [ + "weather" + ], + "documentation": "https://github.com/Limych/ha-gismeteo", + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/Limych/ha-gismeteo/issues", "requirements": [], - "iot_class": "cloud_polling" -} \ No newline at end of file + "version": "2.5.2-alpha" +}