diff --git a/custom_components/sleepme_thermostat/hacs.json b/custom_components/sleepme_thermostat/hacs.json index 13707bb..15a1a1a 100644 --- a/custom_components/sleepme_thermostat/hacs.json +++ b/custom_components/sleepme_thermostat/hacs.json @@ -1,3 +1,3 @@ { - "name": "SleepMe Thermostat Integration" + "name": "SleepMe Thermostat" } \ No newline at end of file diff --git a/custom_components/sleepme_thermostat/manifest.json b/custom_components/sleepme_thermostat/manifest.json index 7a03579..864d1d2 100755 --- a/custom_components/sleepme_thermostat/manifest.json +++ b/custom_components/sleepme_thermostat/manifest.json @@ -1,12 +1,13 @@ { "domain": "sleepme_thermostat", "name": "SleepMe Thermostat", - "version": "2.1.1", - "documentation": "https://github.com/rsampayo/sleepme_thermostat", + "codeowners": ["@rsampayo", "@mikesalz"], + "config_flow": true, "dependencies": [], - "codeowners": ["@rsampayo"], - "requirements": [], + "documentation": "https://github.com/rsampayo/sleepme_thermostat", "integration_type": "device", "iot_class": "cloud_polling", - "config_flow": true + "issue_tracker": "https://github.com/rsampayo/sleepme_thermostat/issues", + "requirements": [], + "version": "2.1.1" }