-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try to FIX Manifest keys have been sorted
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |