remove home-assistant
This commit is contained in:
parent
8d19f9ba5c
commit
b29d80f061
|
@ -0,0 +1,16 @@
|
|||
default_config:
|
||||
|
||||
frontend:
|
||||
themes: !include_dir_merge_named themes
|
||||
|
||||
automation: !include automations.yaml
|
||||
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 10.0.0.0/8
|
||||
|
||||
sonos:
|
||||
media_player:
|
||||
hosts:
|
||||
- 192.168.30.50
|
|
@ -7,7 +7,7 @@ resources:
|
|||
# - ../../overlays/gitlab
|
||||
- ../../overlays/monitoring
|
||||
- ../../overlays/nextcloud
|
||||
- ../../overlays/home-assistant
|
||||
# - ../../overlays/home-assistant
|
||||
- ../../overlays/jellyfin
|
||||
- ../../overlays/deluge
|
||||
- ../../overlays/actual
|
||||
|
@ -53,6 +53,11 @@ images:
|
|||
newTag: "1.26"
|
||||
|
||||
# configMapGenerator:
|
||||
# - name: home-assistant-server-config
|
||||
# namespace: home-assistant
|
||||
# behavior: replace
|
||||
# files:
|
||||
# - configuration.yaml=configurations/home-assistant/configuration.yaml
|
||||
# - name: ecommerce-exporter-config
|
||||
# namespace: monitoring
|
||||
# behavior: replace
|
||||
|
|
Loading…
Reference in New Issue