From 672eca7688b31e17fdcc56cd0ca10c55812846f0 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 9 Oct 2022 13:58:41 -0400 Subject: [PATCH] Switch to MariaDB for performance reasons --- configuration.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index f599304..a7b5670 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -65,4 +65,7 @@ climate: host: 192.168.1.168 id: !secret master_bedroom_ac_id token: !secret master_bedroom_ac_token - k1: !secret master_bedroom_ac_key \ No newline at end of file + k1: !secret master_bedroom_ac_key + +recorder: + db_url: !secret mariadb_url \ No newline at end of file