Skip to content

Commit

Permalink
🔧 update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Dec 16, 2024
1 parent 5c68c54 commit b0bc0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
12 changes: 3 additions & 9 deletions custom_components/petkit/manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"codeowners": [
"@Jezza34000"
],
"codeowners": ["@Jezza34000"],
"config_flow": true,
"documentation": "https://github.com/Jezza34000/homeassistant_petkit",
"domain": "petkit",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Jezza34000/homeassistant_petkit/issues",
"loggers": [
"petkit"
],
"loggers": ["petkit"],
"name": "Petkit Smart Devices",
"requirements": [
"pypetkitapi==1.0.0"
],
"requirements": ["pypetkitapi==1.0.0"],
"version": "1.0.0"
}
5 changes: 1 addition & 4 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"hide_default_branch": true,
"homeassistant": "2024.6.0",
"name": "Petkit Smart Devices",
"render_readme": true
"name": "Petkit Smart Devices"
}

0 comments on commit b0bc0f8

Please sign in to comment.