7 lines
205 B
Python
7 lines
205 B
Python
import esphome.config_validation as cv
|
|
|
|
MULTI_CONF = True
|
|
|
|
CONFIG_SCHEMA = cv.invalid(
|
|
'The "dallas" component has been replaced by the "one_wire" component.\nhttps://esphome.io/components/one_wire'
|
|
)
|