Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slydiman authored Aug 17, 2021
1 parent 6781d9c commit ee378f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The [ONVIF](https://www.home-assistant.io/integrations/onvif/) integration in `Home Assistant` is very conservative.
It does not work with many cameras because some bugs are not fixed for years.
It is impossible to setup some cameras at all. Some cameras can be added, but sensors do not work.
It is impossible to setup some cameras at all. Some cameras can be added, but sensors do not work.
See [this issue](https://github.com/home-assistant/core/issues/45513) for more details.

This integration depends on [onvif-zeep-async==1.0.0](https://github.com/hunterjm/python-onvif-zeep-async) and `onvif-zeep-async` depends on [zeep[async]==4.0.0](https://github.com/mvantellingen/python-zeep).

Expand All @@ -10,6 +11,8 @@ Perhaps you need to wait another year. Perhaps this will never happen. Who knows

*UPD: Zeep 4.1.0 has been released in August 2021. My patch was merged and then reverted. It seems the official ONVIF component won't be fixed in the coming years.*

[This merge request](https://github.com/home-assistant/core/pull/53432) is very revealing too.

I have collected few own patches to `zeep` and `ONVIF integration`.
I have renamed `zeep` and `onvif-zeep-async` modules to avoid conflicts and fixed the `ONVIF integration` to use these modules.

Expand Down

0 comments on commit ee378f1

Please sign in to comment.