diff --git a/esphomeyaml/const.py b/esphomeyaml/const.py index 773fc99464..ee4efaad56 100644 --- a/esphomeyaml/const.py +++ b/esphomeyaml/const.py @@ -160,7 +160,7 @@ CONF_RUN_DURATION = 'run_duration' CONF_AP = 'ap' CONF_CSS_URL = 'css_url' CONF_JS_URL = 'js_url' -CONF_FINGERPRINTS = 'fingerprints' +CONF_SSL_FINGERPRINTS = 'ssl_fingerprints' ESP32_BOARDS = [ 'featheresp32', 'node32s', 'espea32', 'firebeetle32', 'esp32doit-devkit-v1',