blakeblackshear.frigate/frigate
Nicolas Mowen de244d6873
Send mqtt message when motion is detected (#3152)
* 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>
2022-05-15 07:03:33 -05:00
..
test fix birdseye config 2022-04-16 09:08:10 -05:00
__init__.py
__main__.py Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
app.py Ability to enable / disable motion detection via MQTT (#3117) 2022-04-26 07:29:28 -05:00
birdseye.png
config.py Send mqtt message when motion is detected (#3152) 2022-05-15 07:03:33 -05:00
const.py
edgetpu.py Modernizing Typing 2022-04-17 08:55:38 -05:00
events.py
http.py fix plus active check and add logging 2022-05-12 06:29:43 -05:00
log.py
models.py type fixes 2022-04-18 06:52:13 -05:00
motion.py
mqtt.py Set motion switch on mqtt connection (#3149) 2022-04-26 19:09:53 -05:00
mypy.ini Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
object_processing.py Send mqtt message when motion is detected (#3152) 2022-05-15 07:03:33 -05:00
objects.py cleanup print statements 2022-04-16 09:08:10 -05:00
output.py
plus.py fix plus active check and add logging 2022-05-12 06:29:43 -05:00
record.py cleanup 2022-05-12 06:29:43 -05:00
stats.py Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
types.py Ability to enable / disable motion detection via MQTT (#3117) 2022-04-26 07:29:28 -05:00
util.py
video.py Ability to enable / disable motion detection via MQTT (#3117) 2022-04-26 07:29:28 -05:00
watchdog.py Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
zeroconf.py