From 220ec374a119bc96ee9acf4ab96ac24bb72b6d1c Mon Sep 17 00:00:00 2001
From: jabertwo <mail@jabertwo.de>
Date: Sun, 6 Nov 2022 02:27:17 +0100
Subject: [PATCH] Changed internal domain

---
 intern/docker_esphome/templates/includes/common.inc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/intern/docker_esphome/templates/includes/common.inc.yaml b/intern/docker_esphome/templates/includes/common.inc.yaml
index cf9ab4ce..cf2ff845 100644
--- a/intern/docker_esphome/templates/includes/common.inc.yaml
+++ b/intern/docker_esphome/templates/includes/common.inc.yaml
@@ -3,7 +3,7 @@
 wifi:
   ssid: "Internet-of-Shit"
   password: "{{ wlan_pass }}"
-  use_address: "{{ devicename }}.warpzone" 
+  use_address: "{{ devicename }}.warpzone.lan" 
 
   # Enable fallback hotspot (captive portal) in case wifi connection fails
   ap:
-- 
GitLab