Skip to content

Commit

Permalink
chore: fix manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vermut committed May 11, 2024
1 parent 84ef050 commit 8d726ce
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions custom_components/openmower/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"domain": "openmower",
"name": "OpenMower",
"codeowners": [
"@vermut"
],
"codeowners": ["@vermut"],
"config_flow": true,
"dependencies": ["mqtt"],
"documentation": "https://www.home-assistant.io/integrations/openmower",
"homekit": {},
"documentation": "https://github.com/vermut/ha_openmower",
"iot_class": "local_push",
"requirements": [],
"ssdp": [],
"zeroconf": []
"issue_tracker": "https://github.com/vermut/ha_openmower/issues",
"version": "0.0.1"
}

0 comments on commit 8d726ce

Please sign in to comment.