From abef9cc9efc042b511c347359f576fba4d29328e Mon Sep 17 00:00:00 2001
From: 3D <3d@n3rd3d.com>
Date: Thu, 23 Feb 2023 00:23:54 +0100
Subject: [PATCH] fix unifi and homeassistant on hix

---
 intern/docker_unifi/templates/docker-compose.yml       |  2 +-
 .../templates/config/configuration.yaml                | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/intern/docker_unifi/templates/docker-compose.yml b/intern/docker_unifi/templates/docker-compose.yml
index c7459c22..bcc579a7 100644
--- a/intern/docker_unifi/templates/docker-compose.yml
+++ b/intern/docker_unifi/templates/docker-compose.yml
@@ -5,7 +5,7 @@ services:
 
   app:
 
-    image: linuxserver/unifi-controller:7.3.83
+    image: linuxserver/unifi-controller:7.2.95
     restart: always
     ports:
       - 8443:8443
diff --git a/remote/docker_homeassistant/templates/config/configuration.yaml b/remote/docker_homeassistant/templates/config/configuration.yaml
index 1464342e..2f5c3888 100644
--- a/remote/docker_homeassistant/templates/config/configuration.yaml
+++ b/remote/docker_homeassistant/templates/config/configuration.yaml
@@ -2,9 +2,9 @@
 default_config:
 
 # includes
-automation: !include automations.yaml
-script: !include scripts.yaml
-scene: !include scenes.yaml
+#automation: !include automations.yaml
+#script: !include scripts.yaml
+#scene: !include scenes.yaml
 
 # Load frontend themes from the themes folder
 frontend:
@@ -24,8 +24,8 @@ homeassistant:
   auth_providers:
     - type: trusted_networks
       trusted_networks:
-        - 10.0.0.0/22
-        - 192.168.0.0/24
+        - 10.111.108.0/22
+        - 10.111.10.0/24
       allow_bypass_login: true
     - type: homeassistant
 
-- 
GitLab