Skip to content

Commit

Permalink
Fixes for HACS actions
Browse files Browse the repository at this point in the history
  • Loading branch information
warrior25 committed Jan 26, 2024
1 parent ac92a5a commit 635c2ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions custom_components/nysse/manifest.json
Original file line number Diff line number Diff line change
@@ -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": []
}
5 changes: 3 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Nysse",
"country": "FI",
"domains": [ "sensor" ],
"iot_class": [ "Cloud Polling" ],
"iot_class": [
"Cloud Polling"
],
"render_readme": true
}

0 comments on commit 635c2ce

Please sign in to comment.