#Hey guys, I've had a quick search but
1 messages · Page 1 of 1 (latest)
Just ensure you have default_config: and you'll get the built in (and recommended) history database
ah ok, I'll check.
root@truenas[~]# cat /mnt/mainpool/dockerroot/home-assist-config/configuration.yaml
Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
Text to speech
tts:
- platform: google_translate
recorder:
purge_keep_days: 30
commit_interval: 3
db_url: postgresql://postgres:yLn6p8sSPY8thSO@home-assistant-postgres:5432/homeassistance
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.17.0.0/16
automation: !include automations.yaml
@lethal raptor To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
Ok, so you've got it pointed at an existing PostgreSQL instance
Or... you pointed it at one that doesn't exist
I'm guessing it's option #2 and you pasted that in from some random guide?
possibly, I think this is something in the TrueCharts defaults
Check HA's log file
If you're having problems with your updates to your configuration:
- Check the troubleshooting steps
- Check your log file - remembering you may need to set logger to
infoordebug - Explain what the problem you're having is - sharing configuration, errors, and logs
The home-assistant-postgres I don't think exists, I'll see if I can reslve it in the container