Hi, I made a thread over at ESPHome (https://discord.com/channels/429907082951524364/1196151108486320259) about how to add a remote device to HA. I wasn't able to ping the ESP32 from my local network, but it connected successfully to my home network. I used a phone (with which i tested the same wg config) to test if i can see the local HA server. The answer to that is: yes. The problem is that i can't add the device to HA. I use the following config: `server:
host: ******.com
addresses:
- 192.168.6.1
dns: []
peers:
- name: esp32
addresses:- 192.168.6.2
allowed_ips: []
client_allowed_ips: []
log_level: info`
- 192.168.6.2