From 635c2ce9f52ca41e34385ba5fcd48540812d7276 Mon Sep 17 00:00:00 2001 From: warrior25 Date: Fri, 26 Jan 2024 19:53:18 +0200 Subject: [PATCH] Fixes for HACS actions --- custom_components/nysse/manifest.json | 10 +++++----- hacs.json | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) 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