diff --git a/intern/docker_unifi/templates/docker-compose.yml b/intern/docker_unifi/templates/docker-compose.yml
index c7459c226c1054b9bffd2ddcc74e0a01eab8fad5..bcc579a7d7730368ef0d09cffb00c91cd2586506 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 1464342e318f6a856d5d6479ccd35181e1bf6f83..2f5c38880f053b3e7e10bb1018edf0a053418f70 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