19 lines
371 B
YAML
19 lines
371 B
YAML
---
|
|
|
|
# Python version required for home assistant
|
|
ha_python_version: '3.12'
|
|
|
|
# The location of the config directory
|
|
ha_conf_dir: /etc/homeassistant
|
|
|
|
# The location of the installatin directory
|
|
ha_venv_dir: "/opt/homeassistant"
|
|
|
|
# The default user
|
|
ha_user: homeassistant
|
|
|
|
ha_pg_db_version: 15
|
|
ha_pg_db_name: homeassistant
|
|
ha_pg_db_user: homeassistant
|
|
ha_pg_db_pass: xxxxx
|