Use PostgreSQL for recording history

This commit is contained in:
Correl Roush 2018-06-29 21:32:44 -04:00
parent 635c86549a
commit 424b479f60
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
recorder:
db_url: postgresql://hass@127.0.0.1/hass
# Enables support for tracking state changes over time
history: