hass-core/homeassistant/components/onvif
olijouve 8256acb8ef
Fix onvif ConnectionResetError ()
Fix "ConnectionResetError: Cannot write to closing transport" error we can have on lots of chinese cams(like Goke GK7102 based IP cameras)
Those non full onvif compliant cams can "crash" when calling non implemented functions like events or ptz and they are likely react by closing transport, leaving the request in a uncatched error state.

My camera used to fail on setup, and now it run nicely with that simple fix.
2021-02-04 09:25:35 +01:00
..
translations Update translations 2021-02-03 11:46:49 +01:00
__init__.py Remove empty schema () 2021-01-11 14:25:09 +01:00
base.py Prefer mac for onvif device identifier () 2020-08-20 14:39:04 -04:00
binary_sensor.py
camera.py Bump ha-ffmpeg to 3.0.2 () 2020-11-25 08:45:15 +01:00
config_flow.py Update ONVIF to Zeep 4.0/httpx () 2020-10-18 23:29:53 -04:00
const.py Add ONVIF PTZ Stop support () 2020-11-20 22:59:11 +01:00
device.py Fix onvif ConnectionResetError () 2021-02-04 09:25:35 +01:00
event.py attempt to renew subscription immediately to stop endless loop if it fails after setup () 2020-10-31 09:15:11 -04:00
manifest.json Update ONVIF to Zeep 4.0/httpx () 2020-10-18 23:29:53 -04:00
models.py Fix ONVIF config entry unique ID () 2020-05-24 21:50:50 +02:00
parsers.py Fix onvif sensor detection and onvif stop service call () 2020-10-19 13:01:34 -04:00
sensor.py
services.yaml Add ONVIF PTZ Stop support () 2020-11-20 22:59:11 +01:00
strings.json Use common strings for Onvif config flow () 2020-10-05 15:27:48 +02:00