Use to monitor your Spypoint cameras.
Or:
- Go to your Home Assistant
- Open HACS
- Search for
Spypoint
- Click the
Download
button on the bottom right - Restart Home Assistant
- Copy the
spypoint
folder your/path/to/home-assistant/custom_components/
directory - Restart Home Assistant
- Go to
Settings
->Devices & Services
- Click on the
Integrations
tab - Click the
Add Integration
button - Search for Spypoint
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.
A device is created for each camera in your account.
The following sensors are created for each camera:
make install
make test
# 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/
make release bump=patch|minor|major