Skip to content

Commit

Permalink
fixed: manifest (for hassfest)
Browse files Browse the repository at this point in the history
  • Loading branch information
plakna committed Jun 8, 2023
1 parent 7db0ef8 commit 32404cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
16 changes: 8 additions & 8 deletions custom_components/lg_hombot/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "LG Hombot",
"domain": "lg_hombot",
"version": "0.0.6",
"iot_class": "local_polling",
"documentation": "https://github.com/plakna/ha-lg-hombot",
"issue_tracker": "https://github.com/plakna/ha-lg-hombot/issues",
"requirements": [],
"dependencies": [],
"name": "LG Hombot",
"codeowners": [
"@ericpignet",
"@plakna"
],
"config_flow": true
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/plakna/ha-lg-hombot",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/plakna/ha-lg-hombot/issues",
"requirements": [],
"version": "1.0.1"
}
5 changes: 1 addition & 4 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "LG Hombot Vacuum Cleaner",
"domains": [
"vacuum"
],
"name": "LG Hombot",
"homeassistant": "2023.6.0",
"render_readme": true
}

0 comments on commit 32404cf

Please sign in to comment.