Added ONVIF camera component#7979
Conversation
There was a problem hiding this comment.
continuation line under-indented for visual indent
There was a problem hiding this comment.
continuation line under-indented for visual indent
There was a problem hiding this comment.
continuation line under-indented for visual indent
There was a problem hiding this comment.
continuation line under-indented for visual indent
There was a problem hiding this comment.
continuation line under-indented for visual indent
There was a problem hiding this comment.
local variable 'media_profile' is assigned to but never used
There was a problem hiding this comment.
missing whitespace after ','
line too long (92 > 79 characters)
There was a problem hiding this comment.
missing whitespace after ','
line too long (192 > 79 characters)
There was a problem hiding this comment.
continuation line over-indented for visual indent
There was a problem hiding this comment.
continuation line over-indented for visual indent
There was a problem hiding this comment.
continuation line over-indented for visual indent
There was a problem hiding this comment.
continuation line over-indented for visual indent
There was a problem hiding this comment.
continuation line over-indented for visual indent
There was a problem hiding this comment.
continuation line under-indented for visual indent
There was a problem hiding this comment.
continuation line under-indented for visual indent
There was a problem hiding this comment.
continuation line under-indented for visual indent
trailing whitespace
There was a problem hiding this comment.
continuation line under-indented for visual indent
There was a problem hiding this comment.
continuation line under-indented for visual indent
|
You need to rebase your branch and clean-up the requirements. |
|
rebased and rerun script/gen_requirements_all.py |
|
rebased again and generated requirements. hopefully it's good to go now. |
There was a problem hiding this comment.
Please cleanup the debugs, it is ok for test but to mutch for the end product.
There was a problem hiding this comment.
I've removed the debug logs.
There was a problem hiding this comment.
continuation line under-indented for visual indent
|
Removed Debug logging |
|
Requested changes done |
|
Most components are using "host" not "input" in the config yml. Is this a relic from it being a ffmpeg input config before? Would host be better? |
There was a problem hiding this comment.
line too long (85 > 79 characters)
There was a problem hiding this comment.
line too long (84 > 79 characters)
There was a problem hiding this comment.
undefined name 'CONF_FFMPEG_ARGUMENTS'
There was a problem hiding this comment.
undefined name 'CONF_FFMPEG_ARGUMENTS'
line too long (85 > 79 characters)
There was a problem hiding this comment.
missing whitespace around operator
There was a problem hiding this comment.
Use the Format pattern for all params, don't mix + and format
|
I know I'm a year late to the party, but we shouldn't have added a new non-pip dependency. I'm going to create homeassistant-specific package for this :( |
Description:
Added support for ONVIF IP camera's. This discovers the stream url via ONVIF.
Pull request in home-assistant.github.io with documentation (if applicable): home-assistant/home-assistant.io#2794
Example entry for
configuration.yaml(if applicable):Checklist:
If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
toxrun successfully. Your PR cannot be merged unless tests passREQUIREMENTSvariable ([example][ex-requir]).requirements_all.txtby runningscript/gen_requirements_all.py..coveragerc.