From 4be6cdcd0346ba5159a8096d29bd916427f3deb3 Mon Sep 17 00:00:00 2001 From: jabertwo <mail@jabertwo.de> Date: Sun, 6 Nov 2022 02:56:21 +0100 Subject: [PATCH] Revert "Removed domain from config" This reverts commit a4878c80da0617fdcc32ad1363885c8effc19bf6 --- 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 1229815d..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 }}" + use_address: "{{ devicename }}.warpzone.lan" # Enable fallback hotspot (captive portal) in case wifi connection fails ap: -- GitLab