kairoaraujo / kodak-smart-home

Kodak Smart Home integration for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kodak Smart Home

Provides a Kodak Smart Home platform for Home Assistant

License hacs_badge

Installation


NOTE

The camera is not live streaming. It is only a snapshot from the last motion detection recorded. To make it work, enable in the camera the motion detection.


You can install this through HACS by adding https://github.com/kairoaraujo/kodak-smart-home as a custom repository.

Using your HA configuration directory (folder) as a starting point you should now also have this:

custom_components/kodak_smart_home/__init__.py
custom_components/kodak_smart_home/manifest.json
custom_components/kodak_smart_home/camera.py
custom_components/kodak_smart_home/services.yaml

Example configuration.yaml

Integration configuration

kodak_smart_home:
  username: !secret kodak_portal_email
  password: !secret kodak_portal_password
  region: 'EU'

Camera configuration

camera:
  - platform: kodak_smart_home

About

Kodak Smart Home integration for Home Assistant

License:Apache License 2.0


Languages

Language:Python 100.0%