mirror of
https://github.com/esphome/esphome.git
synced 2025-09-19 19:52:20 +01:00
6 lines
204 B
Python
6 lines
204 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = cv.invalid(
|
|
"The esp32_hall component has been removed as of ESPHome 2025.7.0. See https://github.com/esphome/esphome/pull/9117 for details."
|
|
)
|