- Created automations.yaml, configuration.yaml, scenes.yaml, scripts.yaml, and secrets.yaml. - configuration.yaml includes default integrations, HTTP server settings, recorder configuration, frontend theme loading, and includes for automations, scripts, and scenes. - secrets.yaml contains a PostgreSQL connection string for database access.
5 lines
224 B
YAML
5 lines
224 B
YAML
|
|
# Use this file to store secrets like usernames and passwords.
|
|
# Learn more at https://www.home-assistant.io/docs/configuration/secrets/
|
|
psql_string: postgresql://hass:FTXZ9r8iw0fTT655Q6tePTzp@synology.cobe.space:5433/hass
|