Skip to content

Commit

Permalink
Fixed manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
odya committed Oct 22, 2023
1 parent 2e95f7a commit 8df8c96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/ina219_ups_hat/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "ina219_ups_hat",
"name": "INA219 UPS Hat",
"codeowners": ["@odya","@mykhailog"],
"dependencies": [],
"documentation": "https://github.com/odya/hacs-ina219-ups-hat",
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/odya/hacs-ina219-ups-hat/issues",
"requirements": ["smbus2>=0.4.2","numpy>=1.23.2"],
"dependencies": [],
"iot_class": "local_polling",
"integration_type": "device",
"codeowners": ["@odya","@mykhailog"],
"version": "0.2.0"
}

0 comments on commit 8df8c96

Please sign in to comment.