From fb7ee1bdac12c553f4b6ccf14cf0a5bd99d73bfb Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Sun, 26 Feb 2023 11:44:33 +0100 Subject: [PATCH] try to FIX Manifest keys have been sorted --- .../versatile_thermostat/manifest.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/custom_components/versatile_thermostat/manifest.json b/custom_components/versatile_thermostat/manifest.json index 0d6e0f90..ce5171fe 100644 --- a/custom_components/versatile_thermostat/manifest.json +++ b/custom_components/versatile_thermostat/manifest.json @@ -1,19 +1,19 @@ { - "version": "0.0.1", "domain": "versatile_thermostat", "name": "Versatile Thermostat", "config_flow": true, - "documentation": "https://github.com/jmcollin78/versatile_thermostat", - "issue_tracker": "https://github.com/jmcollin78/versatile_thermostat/issues", - "requirements": [], - "ssdp": [], - "zeroconf": [], - "homekit": {}, - "dependencies": [], "codeowners": [ "@jmcollin78" ], - "quality_scale": "silver", + "dependencies": [], + "documentation": "https://github.com/jmcollin78/versatile_thermostat", + "homekit": {}, + "integration_type": "device", "iot_class": "calculated", - "integration_type": "device" + "issue_tracker": "https://github.com/jmcollin78/versatile_thermostat/issues", + "quality_scale": "silver", + "requirements": [], + "ssdp": [], + "version": "0.0.1", + "zeroconf": [] }