Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codyc1515 committed Nov 20, 2023
1 parent 281c54f commit 201b9d8
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions custom_components/contact_energy/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"domain": "contact_energy",
"name": "Contact Energy",
"codeowners": ["@codyc1515"],
"dependencies": [],
"documentation": "https://github.com/codyc1515/ha-contact-energy",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/codyc15/ha-contact-energy/issues",
"requirements": [],
"version": "1.0.0"
}
"domain": "contact_energy",
"name": "Contact Energy",
"codeowners": [
"@codyc1515"
],
"dependencies": [
"recorder"
],
"documentation": "https://github.com/codyc1515/ha-contact-energy",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/codyc15/ha-contact-energy/issues",
"requirements": [],
"version": "1.0.0"
}

0 comments on commit 201b9d8

Please sign in to comment.