Home Assistant - Manual install
Installing the Aevocam plug-in manually
Aevocam can be installed manually on Home Assistant OS without HACS or a GitHub account. The installer downloads the current integration files and places them in Home Assistant's custom_components directory.
Prefer HACS instead? Use this guide: Home Assistant - Installing via HACS .
Installation
From the HAOS console, enter the Linux shell if you aren't already there:
login
Then run:
curl -fsSL https://aevocam.com/ha-ins | sh
The installer downloads the current Aevocam integration and installs it under Home Assistant's configuration directory.
When it finishes, restart Home Assistant. You can do this from the Home Assistant dashboard under Settings → System, or simply reboot the Home Assistant machine.
After Home Assistant starts again, go to:
Settings → Devices & services → Add integration
Search for Aevocam and select it to begin configuration.
Updating
To manually update Aevocam, run the installation command again:
curl -fsSL https://aevocam.com/ha-ins | sh
The installer replaces the existing Aevocam integration files with the current version. Restart Home Assistant afterward so the new version is loaded.
Uninstalling
To remove the Aevocam integration files, enter the HAOS Linux shell and run:
curl -fsSL https://aevocam.com/ha-unins | sh
Restart Home Assistant afterward.
If you have already configured Aevocam in Home Assistant, you may also want to remove the Aevocam integration entry from Settings → Devices & services before or after uninstalling the files.
Next: Build automations for your feeds
Continue with examples for using Aevocam in your automations:
Using Aevocam with Home Assistant
.