{ "project": { "name": "home-assistant", "type": "home-automation" }, "database": { "type": "postgresql", "connection_string": "!secret psql_string", "retry_wait": 15 }, "configuration": { "main_config": "configuration.yaml", "secrets": "secrets.yaml", "automations": "automations.yaml", "scripts": "scripts.yaml" }, "directories": { "custom_components": "custom_components", "blueprints": "blueprints", "tts": "tts", "knx": "knx" } }