home-assistant-custom-components.frigate: 5.9.3 -> 5.9.4 (#439055)

https://github.com/blakeblackshear/frigate-hass-integration/releases/tag/v5.9.4
This commit is contained in:
R. RyanTM
2025-09-01 16:58:34 +02:00
committed by GitHub
parent 59ff8bd488
commit 3f14c2cf0c
@@ -18,13 +18,13 @@
buildHomeAssistantComponent rec {
owner = "blakeblackshear";
domain = "frigate";
version = "5.9.3";
version = "5.9.4";
src = fetchFromGitHub {
owner = "blakeblackshear";
repo = "frigate-hass-integration";
tag = "v${version}";
hash = "sha256-kbhDZbyNVct0GDhIr7mKyeVIkyV+Gc/gzbKnnv1FcQg=";
hash = "sha256-LzrIvHJMB6mFAEfKoMIs0wL+xbEjoBIx48pSEcCHmg4=";
};
dependencies = [ hass-web-proxy-lib ];