infra/roles/hass-core/files/git-sync.py

17 lines
183 B
Python

#!/usr/bin/env python3
import os
hass_home_dir = os.path.expanduser("~hass")
hass_config_dir = "home-assistant/config"
dirs = [
]
files = [
".shopping_list.json"
]