#Hey guys, I've had a quick search but

1 messages · Page 1 of 1 (latest)

uncut compass
#

Just ensure you have default_config: and you'll get the built in (and recommended) history database

lethal raptor
#

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

forest swallowBOT
#

@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.

uncut compass
#

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?

lethal raptor
#

possibly, I think this is something in the TrueCharts defaults

uncut compass
#

Check HA's log file

forest swallowBOT
#

If you're having problems with your updates to your configuration:

lethal raptor
#

The home-assistant-postgres I don't think exists, I'll see if I can reslve it in the container