Kuna Surveillance Camera Support

@Corey_Maxim, @HITChris, @radiationnow, @Martso, @Nico74350, @TarheelGrad1998

I’ve just released a new version of the custom component (v3). This one adds support for an actual Camera entity in HA so that you can see the latest snapshot from the camera in the HA frontend.

I’ve also re-packaged the component to make it very easy to install, BUT this requires you to wipe the previous version and be running version 0.86 or higher of Home Assistant. To install the new version:

  1. Remove all files from the previous release from your custom_components directory (e.g. kuna.py, binary_sensor/kuna.py, switch/kuna.py).
  2. cd into your custom_components directory (normal install: ~/.homeassistant/custom_components, hassio: /config/custom_components)
  3. git clone the repo: git clone https://github.com/marthoc/kuna.

That’s it! From now on, when there’s a new release you can just cd into the custom_components/kuna directory and do a git pull.

This release features still images, but the next release will feature support for displaying the actual camera stream in the front end. Please let me know any feedback here or on GitHub!