Skip to content

Commit

Permalink
Fix manifest for hassfest
Browse files Browse the repository at this point in the history
  • Loading branch information
ldotlopez committed Mar 9, 2023
1 parent 6782642 commit 0c2ecac
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions custom_components/ideenergy/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"domain": "ideenergy",
"name": "i-DE Energy Monitor",
"codeowners": ["@ldotlopez"],
"config_flow": true,
"documentation": "https://github.com/ldotlopez/ha-ideenergy",
"issue_tracker": "https://github.com/ldotlopez/ha-ideenergy/issues",
"requirements": [
"ideenergy==1.0.0rc2"
],
"dependencies": ["recorder"],
"codeowners": [
"@ldotlopez"
],
"documentation": "https://github.com/ldotlopez/ha-ideenergy",
"integration_type": "device",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ldotlopez/ha-ideenergy/issues",
"requirements": ["ideenergy==1.0.0rc2"],
"version": "1.0.4"
}

0 comments on commit 0c2ecac

Please sign in to comment.