Changelog
- Add support for notifications via Nfty
- Add ability to send additional HTTP headers to Frigate
- Add new
public_url
config item for Frigate- This will be used in notification links & should be configured if Frigate is accessible via the internet
- Add startup check to verify Frigate API is accessible
- Rework event notifications to be built from templates
- Fix default interval for querying evens via web API
- Fix issue where label score is 0% via web API event query
Commits
- a20f3cd Remove temporary doc warning
- 291f238 bump app ver for release
- 456d0f0 Remove markdown dependency
- fb490ab Adjust notification formatting & fix zone list
- 67ae02f Fix issue with label scores via web API (#54)
- 16d35a7 Adjust config validation logging
- a6d9e1f Add startup check that Frigate API is accessible
- f3ff7d5 Add config item for public URL
- e014de6 Fix default web API query interval (#55)
- e1be7e1 Clarify Frigate server config (#56)
- 9ef85ec Remove whitespace
- 432d6ed Doc updates
- eb01432 Re-work notifications to be built from templates
- 0899403 Update docs
- 95eb8c5 Update docs to show Nfty support
- 5b52d45 Add ability to send additional headers to Frigate
- e9c547b Initial support for nfty
- 87de24b Minor docs updates - Thanks @freefd!! 🎉
- 863df4a Add label config to sample config in docs