mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 08:41:59 +00:00
6 lines
179 B
Python
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."
|
|
)
|