1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-07 11:20:58 +01:00
esphome/esphomeyaml/components/esp32_ble.py

6 lines
290 B
Python
Raw Normal View History

2018-05-14 10:50:56 +01:00
from esphomeyaml import config_validation as cv
2018-06-12 20:18:04 +01:00
CONFIG_SCHEMA = cv.invalid("The 'esp32_ble' component has been renamed to the 'esp32_ble_tracker' "
"component in order to avoid confusion with the new 'esp32_ble_beacon' "
"component.")