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/gitlab
|
||||||
- ../../overlays/monitoring
|
- ../../overlays/monitoring
|
||||||
- ../../overlays/nextcloud
|
- ../../overlays/nextcloud
|
||||||
- ../../overlays/home-assistant
|
# - ../../overlays/home-assistant
|
||||||
- ../../overlays/jellyfin
|
- ../../overlays/jellyfin
|
||||||
- ../../overlays/deluge
|
- ../../overlays/deluge
|
||||||
- ../../overlays/actual
|
- ../../overlays/actual
|
||||||
|
@ -53,6 +53,11 @@ images:
|
||||||
newTag: "1.26"
|
newTag: "1.26"
|
||||||
|
|
||||||
# configMapGenerator:
|
# configMapGenerator:
|
||||||
|
# - name: home-assistant-server-config
|
||||||
|
# namespace: home-assistant
|
||||||
|
# behavior: replace
|
||||||
|
# files:
|
||||||
|
# - configuration.yaml=configurations/home-assistant/configuration.yaml
|
||||||
# - name: ecommerce-exporter-config
|
# - name: ecommerce-exporter-config
|
||||||
# namespace: monitoring
|
# namespace: monitoring
|
||||||
# behavior: replace
|
# behavior: replace
|
||||||
|
|
Loading…
Reference in New Issue