KO
|
EN
gitlite — search
Search
#javascript
#ios
#ansible
#android
#java
#nodejs
#ubuntu
#hacktoberfest
#wordpress
#typescript
#chrome-extension
#erlang
hass-truenas
★ 39
Open GitHub ↗
TrueNAS integration for Home Assistant
Download README (.md)
Explore Similar Repositories
TrueNAS-Scripts
:
No description available.
truenas-useful-scripts
:
A collection of scripts for TrueNAS to display useful information, do some reporting by email and backup the TrueNAS config.
freenas-iscsi-provisioner
:
FreeNAS iscsi provisioner
freenasdocs
:
Collection of FreeNAS documentation.
scripts-for-using-rsync
:
Shell scripts for using rsync
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hass-truenas
?
Download (.md)
[](https://github.com/custom-components/hacs)   # TrueNAS Integration for Home Assistant ## Features - Virtual machines and their running state - Disks and their temperature ## Installation 1. Install using [HACS](https://github.com/custom-components/hacs). Or install manually by copying `custom_components/truenas` folder into `<config_dir>/custom_components` 2. Restart Home Assistant. 3. In the Home Assistant UI, navigate to `Configuration` then `Integrations`. Click on the add integration button at the bottom right and select `TrueNAS`. 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. ## Using Services ### truenas.jail_start ### truenas.jail_stop ### truenas.jail_restart ### truenas.vm_start ### truenas.vm_stop ### truenas.vm_restart ## Development ``` 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 ```