custom_components/truenas
folder into <config_dir>/custom_components
Configuration
then Integrations
. Click on the add integration button at the bottom right and select TrueNAS
. Fill out the options and save.
python3.9 -m venv .venv
source .venv/bin/activate
# Install Dev Requirements
pip install -r requirements-dev.txt
# One-Time Install of Commit Hooks
pre-commit install
# Run tests
python -m pytest tests