Provides a Kodak Smart Home platform for Home Assistant
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
Integration configuration
kodak_smart_home:
username: !secret kodak_portal_email
password: !secret kodak_portal_password
region: 'EU'
Camera configuration
camera:
- platform: kodak_smart_home