Skip to content

Commit

Permalink
Merge pull request #56 from MTrab/hacs_json_update
Browse files Browse the repository at this point in the history
Remove domains from hacs.json
  • Loading branch information
MTrab authored May 28, 2022
2 parents 16e5e40 + 7be8e6f commit 4226a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custom_components/energidataservice/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"documentation": "https://github.com/MTrab/energidataservice/blob/master/README.md",
"issue_tracker": "https://github.com/MTrab/energidataservice/issues",
"requirements": [
"CurrencyConverter==0.16.11"
"CurrencyConverter==0.16.12"
],
"after_dependencies": [
"http"
],
"codeowners": [
"@MTrab"
],
"version": "0.2.0",
"version": "0.2.1",
"config_flow": true,
"iot_class": "cloud_polling"
}
3 changes: 0 additions & 3 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "Energi Data Service",
"render_readme": true,
"domains": [
"sensor"
],
"homeassistant": "2022.3.0",
"zip_release": true,
"filename": "energidataservice.zip"
Expand Down

0 comments on commit 4226a72

Please sign in to comment.