Skip to content

Commit

Permalink
try to FIX Manifest keys have been sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Marc Collin committed Feb 26, 2023
1 parent ca86b31 commit fb7ee1b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions custom_components/versatile_thermostat/manifest.json
Original file line number Diff line number Diff line change
@@ -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": []
}

0 comments on commit fb7ee1b

Please sign in to comment.