Use postgres as recorder storage
This commit is contained in:
parent
bbcb5b0597
commit
643d57c910
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
# Configure a default setup of Home Assistant (frontend, api, etc)
|
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||||||
default_config:
|
default_config:
|
||||||
|
|
||||||
|
recorder:
|
||||||
|
db_url: !secret postgres_url
|
||||||
|
|
||||||
# Text to speech
|
# Text to speech
|
||||||
tts:
|
tts:
|
||||||
- platform: google_translate
|
- platform: google_translate
|
||||||
|
|
Loading…
Reference in a new issue