1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-15 03:19:15 +00:00

15 Commits

Author SHA1 Message Date
J. Nick Koston
c8c1466c06
Fix duplicate ONVIF sensors ()
Some cameras do not configure the video source correctly
when using webhooks but work fine with PullPoint which
results in duplicate sensors
2023-05-05 14:32:55 -04:00
J. Nick Koston
a9d992c2de
Add support for visitor detections to onvif () 2023-05-02 12:19:27 +02:00
J. Nick Koston
c3262ebdb3
Add rule parser for onvif LineDetector and CountAggregation () 2023-04-24 15:23:59 +02:00
J. Nick Koston
9be9defbb8
Add more rule parsers to onvif () 2023-04-17 13:41:15 +02:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ()
* Move EntityCategory to homeassistant.const

* Fix more imports
2023-02-09 20:15:37 +01:00
epenet
b318b9b196
Improve onvif type hints ()
* Remove onvif from mypy ignore list

* Adjust parsers

* Adjust event

* Adjust config_flow
2022-06-20 12:07:33 +02:00
Erik Montnemery
2c936addd2
Fix handling of illegal dates in onvif sensor ()
* Fix handling of illegal dates in onvif sensor

* Address review comment

* Address review comment
2022-06-20 08:52:37 +02:00
Jason Hunter
0d9191c344
Add new ONVIF sensors ()
* add digital input and relay sensors / clean up default sensor names

* add relay

* fix copy/paste errors
2022-04-25 17:49:00 -04:00
Dave T
020f94fa56
Handle additional ONVIF messages (Hikvision) ()
* Handle additional onvif messages (hikvision)

* Only convert to local timezone once.

* Code review: put new parser in a better place.

* Remove whitespace

* Code review: Remove ONVIF 'line crossed' parser

* Code review: Unparsed events log info not warning

* Fix isort

* Handle additional onvif messages (hikvision)

* Only convert to local timezone once.

* Code review: put new parser in a better place.

* Remove whitespace

* Code review: Remove ONVIF 'line crossed' parser

* Code review:only return valid datetime,improve try

* Code review: datetime conversions into try blocks

* address PR comments

Co-authored-by: Jason Hunter <hunterjm@gmail.com>
2022-04-21 15:30:35 -04:00
Jason Hunter
22db21b9d4
Add diagnostics to ONVIF () 2022-04-21 11:38:20 -07:00
Marc Mueller
ec980a574b
Improve typing [util.decorator] () 2022-02-23 20:58:42 +01:00
MatsNl
53a9c117ee
Add jobstate parser to Onvif integration () 2021-03-22 14:43:46 +01:00
Rihan9
d01a96d1ce
Fix onvif sensor detection and onvif stop service call ()
* Fix stop service call after movement, add new parser for topic: tns1:RuleEngine/MotionRegionDetector/Motion

* Fix PullMessages call and formatting Stop call

* Fix timeout on pullmessages call

* Fix black and flake8 detected issues

* add SetSynchronizationPoint with try/except block
2020-10-19 13:01:34 -04:00
Jason Hunter
aeae4edb74
Fix ONVIF subscription renewal ()
* fix subscription renewal

* catch ValueError for 
2020-05-18 23:02:23 -04:00
Jason Hunter
132bb4e890
ONVIF Event Implementation ()
Initial implementation of ONVIF event sensors
2020-05-11 13:12:12 -04:00