Skip to content

samuelhalle/kodak-smart-home

 
 

Repository files navigation

Kodak Smart Home

Provides a Kodak Smart Home platform for Home Assistant

License hacs_badge

Installation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%