{"id":13585248,"url":"https://github.com/blakeblackshear/frigate-hass-integration","last_synced_at":"2025-05-14T21:06:10.261Z","repository":{"id":36991999,"uuid":"311536795","full_name":"blakeblackshear/frigate-hass-integration","owner":"blakeblackshear","description":"Frigate integration for Home Assistant","archived":false,"fork":false,"pushed_at":"2025-05-13T14:47:28.000Z","size":1426,"stargazers_count":886,"open_issues_count":34,"forks_count":143,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-05-13T15:54:09.431Z","etag":null,"topics":["ai","camera","frigate","hacs","nvr","object-detection"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blakeblackshear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-11-10T03:40:36.000Z","updated_at":"2025-05-13T15:34:54.000Z","dependencies_parsed_at":"2023-02-16T19:00:51.728Z","dependency_job_id":"fae8cf73-d3aa-45bb-aa65-f61ed9e28132","html_url":"https://github.com/blakeblackshear/frigate-hass-integration","commit_stats":{"total_commits":498,"total_committers":43,"mean_commits":"11.581395348837209","dds":0.6566265060240963,"last_synced_commit":"05b95c38f024e41a00746bae0172427c63a91b83"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":"ludeeus/integration_blueprint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeblackshear%2Ffrigate-hass-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeblackshear%2Ffrigate-hass-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeblackshear%2Ffrigate-hass-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeblackshear%2Ffrigate-hass-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakeblackshear","download_url":"https://codeload.github.com/blakeblackshear/frigate-hass-integration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254227611,"owners_count":22035669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","camera","frigate","hacs","nvr","object-detection"],"created_at":"2024-08-01T15:04:49.904Z","updated_at":"2025-05-14T21:06:10.237Z","avatar_url":"https://github.com/blakeblackshear.png","language":"Python","funding_links":[],"categories":["Python","Custom Integrations"],"sub_categories":["📹 Cameras \u0026 video"],"readme":"\u003c!-- markdownlint-disable first-line-heading --\u003e\n\u003c!-- markdownlint-disable no-inline-html --\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/blakeblackshear/frigate-hass-integration/master/images/frigate.png\"\n     alt=\"Frigate icon\"\n     width=\"35%\"\n     align=\"right\"\n     style=\"float: right; margin: 10px 0px 20px 20px;\" /\u003e\n\n[![GitHub Release](https://img.shields.io/github/release/blakeblackshear/frigate-hass-integration.svg?style=flat-square)](https://github.com/blakeblackshear/frigate-hass-integration/releases)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/blakeblackshear/frigate-hass-integration/build.yaml?branch=master\u0026style=flat-square)](https://github.com/blakeblackshear/frigate-hass-integration/actions/workflows/build.yaml)\n[![Test Coverage](https://img.shields.io/codecov/c/gh/blakeblackshear/frigate-hass-integration?style=flat-square)](https://app.codecov.io/gh/blakeblackshear/frigate-hass-integration/)\n[![License](https://img.shields.io/github/license/blakeblackshear/frigate-hass-integration.svg?style=flat-square)](LICENSE)\n[![hacs](https://img.shields.io/badge/HACS-default-orange.svg?style=flat-square)](https://hacs.xyz)\n\n# Frigate Home Assistant Integration\n\nProvides the following:\n\n- Rich media browser with thumbnails and navigation\n- Sensor entities (Camera FPS, Detection FPS, Process FPS, Skipped FPS, Objects detected)\n- Binary Sensor entities (Object motion)\n- Camera entities (Live view, Object detected snapshot)\n- Switch entities (Recording, Detection, Snapshots, Improve Contrast)\n- Services to control camera (manual events, PTZ control)\n- Support for multiple Frigate instances.\n\n## Installation\n\nEasiest install is via [HACS](https://hacs.xyz/):\n\n[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=blakeblackshear\u0026repository=frigate-hass-integration\u0026category=integration)\n\n`HACS -\u003e Integrations -\u003e Explore \u0026 Add Repositories -\u003e Frigate`\n\nNotes:\n\n- HACS does not \"configure\" the integration for you. You must go to `Configuration \u003e Integrations` and add Frigate after installing via HACS.\n- The `mqtt` integration must be installed and configured in order for the Frigate integration to work. As manual configuration is required for the `mqtt` setup, this cannot happen automatically.\n\nFor manual installation for advanced users, copy `custom_components/frigate` to\nyour `custom_components` folder in Home Assistant.\n\nPlease visit the [main Frigate\ndocumentation](https://docs.frigate.video/integrations/home-assistant/)\nfor full installation instructions of this integration.\n\n### Media Browsing\n\nYou will also need [media_source](https://www.home-assistant.io/integrations/media_source/) enabled in your Home Assistant configuration for the Media Browser to appear.\n\n### Lovelace Card\n\nThere is also a [companion Lovelace card](https://github.com/dermotduffy/frigate-hass-card) for use with this integration.\n\n\u003cimg src=\"https://raw.githubusercontent.com/blakeblackshear/frigate-hass-integration/master/images/lovelace-card.png\"\u003e\n\n## Documentation\n\nFor full usage instructions, please see the [central Frigate documentation](https://docs.frigate.video/integrations/home-assistant/).\n\n## Maintainers\n\n- [Blake Blackshear](https://github.com/blakeblackshear/)\n- [Dermot Duffy](https://github.com/dermotduffy/)\n- [Nick Mowan](https://github.com/NickM-27)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakeblackshear%2Ffrigate-hass-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakeblackshear%2Ffrigate-hass-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakeblackshear%2Ffrigate-hass-integration/lists"}