fix: dockerfile hass
This commit is contained in:
1
configurations/home-assistant/automations.yaml
Normal file
1
configurations/home-assistant/automations.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# TODO add automations
|
||||||
@@ -7,6 +7,10 @@ default_config:
|
|||||||
tts:
|
tts:
|
||||||
- platform: google_translate
|
- platform: google_translate
|
||||||
|
|
||||||
|
automation: !include automations.yaml
|
||||||
|
script: !include scripts.yaml
|
||||||
|
scene: !include scenes.yaml
|
||||||
|
|
||||||
http:
|
http:
|
||||||
use_x_forwarded_for: true
|
use_x_forwarded_for: true
|
||||||
trusted_proxies:
|
trusted_proxies:
|
||||||
|
|||||||
1
configurations/home-assistant/scenes.yaml
Normal file
1
configurations/home-assistant/scenes.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# TODO add scenes
|
||||||
1
configurations/home-assistant/scripts.yaml
Normal file
1
configurations/home-assistant/scripts.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# TODO add scripts
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
FROM ghcr.io/home-assistant/home-assistant:stable
|
FROM ghcr.io/home-assistant/home-assistant:stable
|
||||||
|
|
||||||
COPY ./configurations/home-assistant/configuration.yaml /config/configuration.yaml
|
COPY ./configurations/home-assistant/configuration.yaml /config/configuration.yaml
|
||||||
|
COPY ./configurations/home-assistant/scenes.yaml /config/scenes.yaml
|
||||||
|
COPY ./configurations/home-assistant/scripts.yaml /config/scripts.yaml
|
||||||
|
COPY ./configurations/home-assistant/automations.yaml /config/automations.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user