2024-10-02 21:59:04 +02:00
|
|
|
---
|
|
|
|
|
2024-10-02 22:09:54 +02:00
|
|
|
# Python version required for home assistant
|
2024-10-02 21:59:04 +02:00
|
|
|
ha_python_version: '3.12'
|
2024-10-02 22:09:54 +02:00
|
|
|
|
|
|
|
# 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
|
2024-10-02 22:26:46 +02:00
|
|
|
|
|
|
|
ha_pg_db_version: 15
|
|
|
|
ha_pg_db_name: homeassistant
|
|
|
|
ha_pg_db_user: homeassistant
|
|
|
|
ha_pg_db_pass: xxxxx
|
2024-10-03 00:48:58 +02:00
|
|
|
|
|
|
|
ha_pg_grafana_db_name: grafana
|
|
|
|
ha_pg_grafana_db_user: grafana
|
|
|
|
ha_pg_grafana_db_pass: xxxxx
|
2025-01-06 19:59:15 +01:00
|
|
|
|
|
|
|
ha_vscode_version: "4.96.2"
|