mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 16:25:50 +00:00
6 lines
165 B
Python
6 lines
165 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = cv.invalid(
|
|
"The 'udp.sensor' component has been migrated to the 'packet_transport.sensor' component."
|
|
)
|