diff --git a/custom_components/nysse/manifest.json b/custom_components/nysse/manifest.json index 4cea211..1215c30 100644 --- a/custom_components/nysse/manifest.json +++ b/custom_components/nysse/manifest.json @@ -1,15 +1,15 @@ { + "domain": "nysse", + "name": "Nysse", "codeowners": ["@warrior25"], "config_flow": true, "dependencies": [], "documentation": "https://github.com/warrior25/HA-Nysse", - "domain": "nysse", + "homekit": {}, "iot_class": "cloud_polling", "issue_tracker": "https://github.com/warrior25/HA-Nysse/issues", - "name": "Nysse", "requirements": [], - "version": "0.1", "ssdp": [], - "zeroconf": [], - "homekit": {} + "version": "0.1", + "zeroconf": [] } diff --git a/hacs.json b/hacs.json index e14a7cd..e8fd912 100644 --- a/hacs.json +++ b/hacs.json @@ -1,7 +1,8 @@ { "name": "Nysse", "country": "FI", - "domains": [ "sensor" ], - "iot_class": [ "Cloud Polling" ], + "iot_class": [ + "Cloud Polling" + ], "render_readme": true } \ No newline at end of file