This commit is contained in:
Home Assistant Version Control
2026-07-30 02:32:33 +00:00
parent 9e33346d1c
commit 2770bfa4f5
13 changed files with 596 additions and 13 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"domain": "frigate",
"name": "Frigate",
"codeowners": [
"@blakeblackshear",
"@dermotduffy",
"@NickM-27"
],
"config_flow": true,
"dependencies": [
"http",
"media_source",
"mqtt"
],
"documentation": "https://github.com/blakeblackshear/frigate",
"iot_class": "local_push",
"issue_tracker": "https://github.com/blakeblackshear/frigate-hass-integration/issues",
"requirements": ["hass-web-proxy-lib==0.0.8","titlecase==2.4.1"],
"version": "5.15.4"
}