2020-01-29 20:56:37 +00:00
|
|
|
---
|
|
|
|
# defaults file for hass
|
|
|
|
|
2020-03-01 15:18:48 +00:00
|
|
|
hass_python_package:
|
|
|
|
- mysqlclient
|
|
|
|
- homeassistant
|
2020-06-14 19:54:25 +00:00
|
|
|
- myjdapi
|
2020-09-13 19:21:14 +00:00
|
|
|
- psycopg2
|
2020-01-29 20:56:37 +00:00
|
|
|
hass_conf_folder: /var/lib/hass
|
2020-03-01 15:18:48 +00:00
|
|
|
hass_venv_location: /opt/venv/hass
|
2020-09-08 19:05:11 +00:00
|
|
|
hass_db_type: postgres #postgres or mysql
|
2020-01-29 20:56:37 +00:00
|
|
|
hass_db_name: hass
|
|
|
|
hass_db_user: hass
|
|
|
|
hass_SQl_target_file: /
|
|
|
|
hass_db_password: toto
|
|
|
|
hass_repo: git
|
|
|
|
hass_repo_branch: master
|
2020-03-01 15:18:48 +00:00
|
|
|
hass_username: hass
|
|
|
|
hass_users: []
|