blakeblackshear.frigate/frigate
herostrat 2e81c94d8e
Typing Part 3: events.py (#3352)
* Typing: events.py

* Remove unused variable

* Fix return Any from return statement

Not all elements from the event dict are sure to be something that can be evaluated

See e.g.: https://github.com/python/mypy/issues/5697

* Sort out Event disambiguity

There was a name collision of multiprocessing Event type and frigate events

Co-authored-by: Sebastian Englbrecht <sebastian.englbrecht@kabelmail.de>
2022-11-19 07:16:33 -06:00
..
detectors Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
test Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391) 2022-11-16 06:29:47 -06:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
app.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
birdseye.png fix logo used for birdseye 2021-10-05 18:40:46 -05:00
config.py Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391) 2022-11-16 06:29:47 -06:00
const.py Support more special chars in camera passwords (#4259) 2022-11-05 21:42:32 -05:00
events.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
http.py Revamped debug UI and add camera / process info, ffprobe copying (#4349) 2022-11-13 12:48:14 -06:00
log.py Support special characters in passwords, redacted logs & debug config (#4057) 2022-11-02 07:00:54 -05:00
models.py Limit recording retention to available storage (#3942) 2022-10-09 06:28:26 -05:00
motion.py Adjust threshold and contour_area with mqtt 2022-07-05 08:46:10 -05:00
mqtt.py Update MQTT along with enabling motion detection (#3898) 2022-10-01 09:01:43 -05:00
mypy.ini Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
object_detection.py Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
object_processing.py Mqtt sub labels (#3899) 2022-10-01 09:00:56 -05:00
objects.py cleanup print statements 2022-04-16 09:08:10 -05:00
output.py Add go2rtc and add restream role / live source (#4082) 2022-11-02 06:36:09 -05:00
plus.py read plus api key from addon options 2022-06-30 07:19:40 -05:00
record.py Catch case where segment is bad length (#4228) 2022-11-02 06:37:27 -05:00
restream.py Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391) 2022-11-16 06:29:47 -06:00
stats.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
storage.py Limit recording retention to available storage (#3942) 2022-10-09 06:28:26 -05:00
types.py Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
util.py Revamped debug UI and add camera / process info, ffprobe copying (#4349) 2022-11-13 12:48:14 -06:00
video.py Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
watchdog.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
zeroconf.py Add basic typing for multiple modules: 2022-04-15 07:01:43 -05:00