25 lines
439 B
YAML
25 lines
439 B
YAML
---
|
|
# defaults file for hass
|
|
|
|
hass_python_package:
|
|
- homeassistant
|
|
- myjdapi
|
|
|
|
hass_python_postgres_package:
|
|
- psycopg2
|
|
|
|
hass_python_Mysql_package:
|
|
- mysqlclient
|
|
|
|
hass_conf_folder: /var/lib/hass
|
|
hass_venv_location: /opt/venv/hass
|
|
hass_db_type: postgres #postgres or mysql
|
|
hass_db_name: hass
|
|
hass_db_user: hass
|
|
hass_SQl_target_file: /
|
|
hass_db_password: toto
|
|
hass_repo: git
|
|
hass_repo_branch: master
|
|
hass_username: hass
|
|
hass_users: []
|