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.dch-webhooks-secrets
parent
c23aa38eff
commit
6ef8d3256e
|
@ -16,6 +16,9 @@ spec:
|
||||||
- createdb
|
- createdb
|
||||||
firefly-iii.firefly:
|
firefly-iii.firefly:
|
||||||
- login
|
- login
|
||||||
|
home-assistant.homeassistant:
|
||||||
|
- login
|
||||||
databases:
|
databases:
|
||||||
dustin: dustin
|
dustin: dustin
|
||||||
firefly: firefly-iii.firefly
|
firefly: firefly-iii.firefly
|
||||||
|
homeassistant: home-assistant.homeassistant
|
||||||
|
|
Loading…
Reference in New Issue