From 643d57c910a60af5bfd65bc280baa6382c50ea7f Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 22 Aug 2021 21:50:38 +0200 Subject: [PATCH] Use postgres as recorder storage --- configuration/configuration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration/configuration.yaml b/configuration/configuration.yaml index 7a6f6fe..e513aad 100644 --- a/configuration/configuration.yaml +++ b/configuration/configuration.yaml @@ -1,6 +1,9 @@ # Configure a default setup of Home Assistant (frontend, api, etc) default_config: +recorder: + db_url: !secret postgres_url + # Text to speech tts: - platform: google_translate