Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebDAV camera #22607

Closed
wants to merge 15 commits into from
Closed

WebDAV camera #22607

wants to merge 15 commits into from

Commits on Apr 1, 2019

  1. WebDAV camera

    As suggested by @dgomes in home-assistant#19758, here's a camera backed by image files on
    a WebDAV share. The entity exposes a stream and individual images, iterating
    through the images in sorted order by filename at a configurable rate.
    jkeljo committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    b78380e View commit details
    Browse the repository at this point in the history
  2. lint

    jkeljo committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    3ddb052 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Feedback

    jkeljo committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    afdf0bf View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    997ce27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4418979 View commit details
    Browse the repository at this point in the history
  3. Upgrade to webdavclient3 0.11

    jkeljo committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    b4f3dd8 View commit details
    Browse the repository at this point in the history
  4. Add manifest file

    jkeljo committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    f07e126 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    b07168f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Configuration menu
    Copy the full SHA
    b46640d View commit details
    Browse the repository at this point in the history
  2. Feedback

    jkeljo committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    2a05cb5 View commit details
    Browse the repository at this point in the history
  3. Regenerate CODEOWNERS

    jkeljo committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    873c762 View commit details
    Browse the repository at this point in the history
  4. Fix background crash in sisyphus integration

    I think I was thinking in another language, since this was not valid Python. Result was that the thread that maintained the SocketIO connection to the table would die early on, so no status updates were actually flowing from the table.
    jkeljo committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    b2924ea View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Update requirements

    jkeljo committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    ad0efbe View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    a9ba4f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Configuration menu
    Copy the full SHA
    f4e5c09 View commit details
    Browse the repository at this point in the history