18 lines
457 B
JSON
18 lines
457 B
JSON
{
|
|
"domain": "frigate",
|
|
"name": "Frigate",
|
|
"codeowners": [
|
|
"@blakeblackshear"
|
|
],
|
|
"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": ["pytz"],
|
|
"version": "5.2.0"
|
|
}
|