From a4878c80da0617fdcc32ad1363885c8effc19bf6 Mon Sep 17 00:00:00 2001
From: jabertwo <mail@jabertwo.de>
Date: Sun, 6 Nov 2022 02:49:55 +0100
Subject: [PATCH] Removed domain from config

---
 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 cf2ff845..1229815d 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.lan" 
+  use_address: "{{ devicename }}" 
 
   # Enable fallback hotspot (captive portal) in case wifi connection fails
   ap:
-- 
GitLab