mirror of
https://github.com/esphome/esphome.git
synced 2025-09-23 21:52:23 +01:00
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
6 lines
138 B
Python
6 lines
138 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = cv.invalid(
|
|
"The inkplate6 display component has been renamed to inkplate."
|
|
)
|