diff --git a/home-assistant/configuration.yaml b/home-assistant/configuration.yaml new file mode 100644 index 0000000..897f4bf --- /dev/null +++ b/home-assistant/configuration.yaml @@ -0,0 +1,16 @@ +# 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.155.223.1 \ No newline at end of file diff --git a/home-server/docker-compose.yml b/home-server/docker-compose.yml index 7b76fb8..41033b5 100644 --- a/home-server/docker-compose.yml +++ b/home-server/docker-compose.yml @@ -12,6 +12,7 @@ services: - 8123:8123 volumes: - /home/willem/homeassistant:/config + - /home/willem/repos/homeAutomation/home-assistant/configuration.yaml:/config/configuration.yaml restart: unless-stopped syncthing: image: lscr.io/linuxserver/syncthing:latest