UDP Packet Transport Platform
The Packet Transport platform allows ESPHome nodes to directly communicate with each over a communication channel. The UDP implementation of the platform uses UDP as a communication medium. See the Packet Transport and Udp for more information.
Example Configuration
Section titled “Example Configuration”# Example configuration entrypacket_transport: platform: udp sensors: - dht_temp
udp:
sensor: - platform: dht id: dht pin: GPIOXX temperature: name: "Temperature" id: dht_temp