diff --git a/custom_components/versatile_thermostat/manifest.json b/custom_components/versatile_thermostat/manifest.json index 0d6e0f9..ce5171f 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": [] }