cogito/esphome_dev/esphome/components/udp/binary_sensor.py

5 lines
179 B
Python

import esphome.config_validation as cv
CONFIG_SCHEMA = cv.invalid(
"The 'udp.binary_sensor' component has been migrated to the 'packet_transport.binary_sensor' component."
)