From b2b31030a479674496f8efac005faed7ba8ec31f Mon Sep 17 00:00:00 2001 From: Seb Ruiz Date: Mon, 1 Mar 2021 11:53:22 +1100 Subject: [PATCH] Add version to manifest --- custom_components/bhyve/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/bhyve/manifest.json b/custom_components/bhyve/manifest.json index a259407..c9b232a 100644 --- a/custom_components/bhyve/manifest.json +++ b/custom_components/bhyve/manifest.json @@ -1,5 +1,6 @@ { "domain": "bhyve", + "version": "2.0.6", "name": "Orbit BHyve Integration", "documentation": "https://github.com/sebr/bhyve-home-assistant/blob/master/README.md", "dependencies": [],