Hey, today i tried to set up mqtt but i'm a bit at a loss what to use as broker address/host/ip/terminology
appdaemon on the same machine as home assistant happily conencts to mosquitto with core-mosquitto as host (2022-12-28 14:30:16.178353 INFO MQTT: Connected to Broker at URL core-mosquitto:1883 2022-12-28 14:30:16.631683 INFO AppDaemon: Got initial state from namespace mqtt 2022-12-28 14:30:16.632434 INFO MQTT: MQTT Plugin initialization complete)
but a device flashed with esphome and configured to the same address ( mqtt_ip: core-mosquitto) does not ([14:41:54][W][mqtt:141]: Couldn't resolve IP address for 'core-mosquitto'! [14:41:55][D][mqtt:117]: Resolving MQTT broker IP address...)
ive tested with a different device (my windows pc) to netcat to core-mosquitto, home assistant ip, different ports, but i cant figure out how to connect.
any pointers pretty please?

