hass-core/homeassistant/components/onvif
J. Nick Koston ef887e529f
Fix onvif cameras that cannot parse relative time (#92711)
* Fix onvif cameras that cannot parse relative time

The spec requires that the camera can parse relative or absolute timestamps
However there are many cameras that cannot parse time correctly.

Much of the event code has been offloaded to the library and
support to determine if the camera has broken time and switch
to absolute timestamps is now built into the library

* adjust verison

* fixes

* bump

* bump

* bump

* more fixes

* preen

* fix resume

* one more fix

* fix race in webhook setup

* bump to 3.1.3 which has more fixes for broken camera firmwares

* bump 3.1.4 for more fixes

* fix

* fix comment

* bump

* fix url limit

* bump

* more fixes

* old hik uses -s
2023-05-14 16:08:39 -04:00
..
__init__.py Fix onvif cameras that cannot parse relative time (#92711) 2023-05-14 16:08:39 -04:00
base.py Fix can not typo (#87254) 2023-02-03 11:37:16 +01:00
binary_sensor.py Add webhook support to onvif (#91485) 2023-04-22 17:49:41 +02:00
button.py Fix blocking I/O in the event loop when starting ONVIF (#92518) 2023-05-04 12:05:29 -05:00
camera.py Update pylint to 2.17.2 (#91894) 2023-04-23 14:46:48 +02:00
config_flow.py Fix onvif cameras that cannot parse relative time (#92711) 2023-05-14 16:08:39 -04:00
const.py Improve error reporting in onvif in config flow (#91876) 2023-04-24 15:20:37 +02:00
device.py Fix onvif cameras that cannot parse relative time (#92711) 2023-05-14 16:08:39 -04:00
diagnostics.py Add ONVIF services to diagnostics (#92878) 2023-05-11 17:03:31 +09:00
event.py Fix onvif cameras that cannot parse relative time (#92711) 2023-05-14 16:08:39 -04:00
manifest.json Fix onvif cameras that cannot parse relative time (#92711) 2023-05-14 16:08:39 -04:00
models.py Add webhook support to onvif (#91485) 2023-04-22 17:49:41 +02:00
parsers.py Fix duplicate ONVIF sensors (#92629) 2023-05-05 14:32:55 -04:00
sensor.py Add webhook support to onvif (#91485) 2023-04-22 17:49:41 +02:00
services.yaml Prettify yaml (services.yaml) (#68878) 2022-03-30 09:48:06 +02:00
strings.json Fix onvif reauth when device returns a http 401/403 error (#92690) 2023-05-07 00:12:24 +02:00
switch.py Avoid creating onvif switches on unsupported devices (#91907) 2023-04-23 20:56:43 -04:00
util.py Update onvif error checking to use explict None check (#92642) 2023-05-07 00:47:15 +02:00