Skip to content

Commit

Permalink
feat: Adds manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
MislavMandaric committed Sep 11, 2021
1 parent ad34ebf commit ef3ea0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/vaillant_vsmart/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "vaillant_vsmart",
"name": "Vaillant vSMART",
"version": "0.0.0",
"version": "0.0.1",
"iot_class": "cloud_polling",
"documentation": "https://github.com/MislavMandaric/home-assistant-vaillant-vsmart",
"issue_tracker": "https://github.com/MislavMandaric/home-assistant-vaillant-vsmart/issues",
"dependencies": [],
"dependencies": ["http"],
"config_flow": true,
"codeowners": ["@MislavMandaric"],
"requirements": []
"requirements": ["vaillant-netatmo-api==0.1.2"]
}

0 comments on commit ef3ea0d

Please sign in to comment.