connect hass to local pg

This commit is contained in:
Tobias Brunner 2024-03-01 22:17:08 +01:00
parent 483752fed1
commit c88e2de838
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -28,6 +28,10 @@ data:
trusted_proxies:
- 10.42.0.0/16
recorder:
db_url: postgresql://hass:hass@postgresql.postgresql/hass
purge_keep_days: 90
automation: !include automations.yaml
mqtt: !include mqtt.yaml
sensor: !include sensors.yaml