From 4eb260aef4b609c5d7824f3e312e6e9c5ba652c2 Mon Sep 17 00:00:00 2001 From: Boced66 Date: Thu, 10 Jun 2021 09:13:40 +0200 Subject: [PATCH] Add version (#21) For the compatibility with the future version of HASS --- custom_components/nhc2/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/nhc2/manifest.json b/custom_components/nhc2/manifest.json index 3d3f2485..987a8a3d 100644 --- a/custom_components/nhc2/manifest.json +++ b/custom_components/nhc2/manifest.json @@ -5,5 +5,6 @@ "config_flow": true, "issue_tracker": "https://github.com/filipvh/hass-nhc2/issues", "documentation": "https://github.com/filipvh/hass-nhc2/blob/master/README.md", - "codeowners": ["@filipvh"] -} \ No newline at end of file + "codeowners": ["@filipvh"], + "version": "2021.4.1" +}