Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Feb 25, 2016
  2. Feb 24, 2016
  3. Feb 23, 2016
  4. Feb 22, 2016
    • Dan Smith's avatar
      Merge pull request #1376 from kk7ds/uvc-passwords-fixes-tests · 2d3d6742
      Dan Smith authored
      UVC Fixes, features, and tests
      2d3d6742
    • Dan Smith's avatar
      Add tests for camera.uvc and fix bugs found in the process · 59051291
      Dan Smith authored
      This adds tests for the uvc camera module. It's a good thing too,
      because I found a few bugs which are fixed here as well:
      
       - Graceful handling of non-integer port
       - Failure to take the first host that works when probing host,internalHost
       - Failure to detect if neither of them actually work
      
      This also converts the code to only call add_devices once with a listcomp.
      59051291
    • Dan Smith's avatar
      Make UVC cameras honor the local camera password store, if set · d3988321
      Dan Smith authored
      The NVR tells us the admin username, but not the password for the
      camera. Right now, we assume the default password, which obviously
      doesn't work for people that have changed it. The uvcclient library
      provides a way to set the cached admin password for a camera, which
      is stored in a client-specific location. We can utilize that to
      grab the password, falling back to the default if it's unset. With
      this, people just need to run a command per camera to set the
      admin password on their systems, if it has changed.
      d3988321
Loading