From 3f5bd8af915cb7680501fb3f50412a16baab3e54 Mon Sep 17 00:00:00 2001 From: Mark Coombes Date: Fri, 11 Jun 2021 13:05:32 -0400 Subject: [PATCH] Bugfix: Add version key to manifest.json (#34) (#36) * Add version to manifest As required in HA 2021.6, added a version field to manifest.json. * Bump version to 9.2 for new release including the bugfix Co-authored-by: Mark Coombes Co-authored-by: ahertz --- custom_components/kuna/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/kuna/manifest.json b/custom_components/kuna/manifest.json index 28f6c60..91b00c3 100644 --- a/custom_components/kuna/manifest.json +++ b/custom_components/kuna/manifest.json @@ -5,5 +5,6 @@ "documentation": "https://github.com/marthoc/kuna", "dependencies": [], "codeowners": ["@marthoc"], - "requirements": ["pykuna==0.6.0"] + "requirements": ["pykuna==0.6.0"], + "version": "9.2" }