From ef3ea0d39131fd1d5222baa4bbbd5d1b5138ae54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Mandari=C4=87?= <2945713+MislavMandaric@users.noreply.github.com> Date: Sat, 11 Sep 2021 05:55:54 +0000 Subject: [PATCH] feat: Adds manifest --- custom_components/vaillant_vsmart/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/vaillant_vsmart/manifest.json b/custom_components/vaillant_vsmart/manifest.json index 6c4fbc0..2d998c0 100644 --- a/custom_components/vaillant_vsmart/manifest.json +++ b/custom_components/vaillant_vsmart/manifest.json @@ -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"] }