From 8633bacda7b2905b6c8a4120f168c1bbccbfd109 Mon Sep 17 00:00:00 2001 From: Piotr Machowski Date: Thu, 4 Mar 2021 01:31:39 +0100 Subject: [PATCH] Add version to manifest --- custom_components/burze_dzis_net/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/burze_dzis_net/manifest.json b/custom_components/burze_dzis_net/manifest.json index 8862525..79aa599 100644 --- a/custom_components/burze_dzis_net/manifest.json +++ b/custom_components/burze_dzis_net/manifest.json @@ -4,5 +4,6 @@ "documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Burze.dzis.net", "dependencies": [], "codeowners": ["@PiotrMachowski"], - "requirements": ["zeep"] + "requirements": ["zeep"], + "version": "v1.0.3" } \ No newline at end of file