mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 05:54:10 +03:00
* Send mqtt message when motion is detected * Use object processing instead of passing mqtt client around * Cleanup * Formatting * add comment * Make off delay configurable. * Handle updating each camera based on config off delay * Formatting * Update docker-compose.yml * Fix processing issue * Update mqtt docs * Update main config docs * Make sure multiple True values aren't published for the same motion * Make sure multiple True values aren't published for the same motion * Update payload to fit existing HA standard values * Update docs to fit new values * Update docs * Update motion topic * Use datetime.datetime and remove unused imports * Cast to int * Clarify motion detector behavior in docs * Fix typo Co-authored-by: Blake Blackshear <blakeb@blakeshome.com> |
||
|---|---|---|
| .. | ||
| test | ||
| __init__.py | ||
| __main__.py | ||
| app.py | ||
| birdseye.png | ||
| config.py | ||
| const.py | ||
| edgetpu.py | ||
| events.py | ||
| http.py | ||
| log.py | ||
| models.py | ||
| motion.py | ||
| mqtt.py | ||
| mypy.ini | ||
| object_processing.py | ||
| objects.py | ||
| output.py | ||
| plus.py | ||
| record.py | ||
| stats.py | ||
| types.py | ||
| util.py | ||
| video.py | ||
| watchdog.py | ||
| zeroconf.py | ||