From dc9d085314b2d9b7c04c3139ab18562f62d7d0af Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 3 Feb 2024 14:04:23 -0700 Subject: [PATCH] Update version for release --- custom_components/frigate/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/frigate/manifest.json b/custom_components/frigate/manifest.json index 18aed96a..8105fdcb 100644 --- a/custom_components/frigate/manifest.json +++ b/custom_components/frigate/manifest.json @@ -14,5 +14,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/blakeblackshear/frigate-hass-integration/issues", "requirements": ["pytz==2022.7"], - "version": "5.0.0" + "version": "5.0.1" }