├── .github └── ISSUE_TEMPLATE │ ├── config.yml │ ├── config_support.yml │ ├── feature_request.md │ └── issue.yml ├── Frigate_Camera_Notifications ├── Beta.yaml ├── Guide - Configuration Options.md ├── Guide - Debug Option.md ├── README.md └── Stable.yaml └── README.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config_support.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SgtBatten/HA_blueprints/HEAD/.github/ISSUE_TEMPLATE/config_support.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SgtBatten/HA_blueprints/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SgtBatten/HA_blueprints/HEAD/.github/ISSUE_TEMPLATE/issue.yml -------------------------------------------------------------------------------- /Frigate_Camera_Notifications/Beta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SgtBatten/HA_blueprints/HEAD/Frigate_Camera_Notifications/Beta.yaml -------------------------------------------------------------------------------- /Frigate_Camera_Notifications/Guide - Configuration Options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SgtBatten/HA_blueprints/HEAD/Frigate_Camera_Notifications/Guide - Configuration Options.md -------------------------------------------------------------------------------- /Frigate_Camera_Notifications/Guide - Debug Option.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SgtBatten/HA_blueprints/HEAD/Frigate_Camera_Notifications/Guide - Debug Option.md -------------------------------------------------------------------------------- /Frigate_Camera_Notifications/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SgtBatten/HA_blueprints/HEAD/Frigate_Camera_Notifications/README.md -------------------------------------------------------------------------------- /Frigate_Camera_Notifications/Stable.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SgtBatten/HA_blueprints/HEAD/Frigate_Camera_Notifications/Stable.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SgtBatten/HA_blueprints/HEAD/README.md --------------------------------------------------------------------------------