From 62290c1e6811eb2ffa5622d13b4c8a604d3d936b Mon Sep 17 00:00:00 2001 From: Cameron Kelley Date: Wed, 3 Mar 2021 08:00:36 -0800 Subject: [PATCH] Add version to manifest.json It is now required by Home Assistant starting with 2021.3.0 --- custom_components/frigate/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/frigate/manifest.json b/custom_components/frigate/manifest.json index 25c21bc8..9319960d 100644 --- a/custom_components/frigate/manifest.json +++ b/custom_components/frigate/manifest.json @@ -2,6 +2,7 @@ "domain": "frigate", "documentation": "https://github.com/blakeblackshear/frigate", "name": "Frigate", + "version": "1.0.4", "issue_tracker": "https://github.com/blakeblackshear/frigate-hass-integration/issues", "dependencies": [ "http"