mirror of
https://github.com/esphome/esphome.git
synced 2025-03-24 19:48:17 +00:00
Co-authored-by: Samuel Sieb <samuel@sieb.net> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
8 lines
205 B
Python
8 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'
|
|
)
|