updated home assistant configuration
This commit is contained in:
16
home-assistant/configuration.yaml
Normal file
16
home-assistant/configuration.yaml
Normal file
@@ -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
|
||||||
@@ -12,6 +12,7 @@ services:
|
|||||||
- 8123:8123
|
- 8123:8123
|
||||||
volumes:
|
volumes:
|
||||||
- /home/willem/homeassistant:/config
|
- /home/willem/homeassistant:/config
|
||||||
|
- /home/willem/repos/homeAutomation/home-assistant/configuration.yaml:/config/configuration.yaml
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
syncthing:
|
syncthing:
|
||||||
image: lscr.io/linuxserver/syncthing:latest
|
image: lscr.io/linuxserver/syncthing:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user