chore: add mariadb database

This commit is contained in:
2022-11-20 22:05:59 +01:00
parent fc7fbd18d4
commit 5dae122f53
6 changed files with 54 additions and 30 deletions

View File

@@ -1,16 +1,20 @@
# Loads default set of integrations. Do not remove
# This was added to the homeAutomation repo.
default_config:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.55.8.1
# Loads default set of integrations. Do not remove
# This was added to the homeAutomation repo.
# This is a sample configuration. Please create a configuration.production.yml for production use.
default_config:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.55.8.1