Skip to content

happydev-ca/spypoint-home-assistant

Repository files navigation

Release Validate

Spypoint Custom Integration for Home Assistant

Use to monitor your Spypoint cameras.

Installation

Automatic

Install from Home Assistant Community Store.

Or:

  • Go to your Home Assistant
  • Open HACS
  • Search for Spypoint
  • Click the Download button on the bottom right
  • Restart Home Assistant

Manual

  • Copy the spypoint folder your /path/to/home-assistant/custom_components/ directory
  • Restart Home Assistant

Configuration

  • Go to Settings -> Devices & Services
  • Click on the Integrations tab
  • Click the Add Integration button
  • Search for Spypoint

Configuration

Then click the Submit button. Your credentials will be validated, and your cameras will be created in Home Assistant.

This custom integration does not support configuration through the configuration.yaml file.

Sensors

A device is created for each camera in your account.

Device

The following sensors are created for each camera:

Sensors

Diagnostic

Development

Test locally

make install
make test

Run locally

# from ha core repo, setup ha core
script/setup
source venv/bin/activate

# create a symlink in config/custom_component folder to this folder
cd config/custom_components
ln -s ../../../spypoint-home-assistant/custom_components/spypoint .

# run
hass -c config

# view
open http://localhost:8123/

Release version

make release bump=patch|minor|major