1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 08:41:59 +00:00
Files
esphome/esphome/components/udp/binary_sensor.py

6 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."
)