ansible/roles/homeassistant/defaults/main.yml

14 lines
270 B
YAML
Raw Normal View History

---
# 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