- Virtual machines and their running state
- Disks and their temperature
- Install using HACS. Or install manually by copying
custom_components/truenas
folder into<config_dir>/custom_components
- Restart Home Assistant.
- In the Home Assistant UI, navigate to
Configuration
thenIntegrations
. Click on the add integration button at the bottom right and selectTrueNAS
. Fill out the options and save.- Host: the ip address or hostname of the TrueNAS server.
- Username: the username used to login to the TrueNAS server.
- Password: the password used to login to the TrueNAS server.
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