From ef1aa16627b53a49caf9b884c9dfceaf41574a74 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 18 Apr 2018 18:44:37 +0200 Subject: [PATCH] Fix build --- esphomeyaml/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',