homeassistant/custom_components/frigate/manifest.json

19 lines
457 B
JSON
Raw Normal View History

2025-01-10 21:08:35 -08:00
{
"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"
}