From 6ef8d3256ec90c555b1e98a1ea31f5d3c184420b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 14 Oct 2023 21:28:41 -0500 Subject: [PATCH] postgresql/default-cluster: Add Home Assistant DB I actually created this a long time ago, but forgot to update the manifest in Git. The *homeassistant* database is used by Home Assistant for its *recorder* component, which stores long-term statistics. The data stored here are only used for e.g. History and Logbook; current entity states are still stored on the filesystem. --- postgresql/default-cluster.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postgresql/default-cluster.yaml b/postgresql/default-cluster.yaml index b30a7f1..1c84727 100644 --- a/postgresql/default-cluster.yaml +++ b/postgresql/default-cluster.yaml @@ -16,6 +16,9 @@ spec: - createdb firefly-iii.firefly: - login + home-assistant.homeassistant: + - login databases: dustin: dustin firefly: firefly-iii.firefly + homeassistant: home-assistant.homeassistant