1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Add esp8266_disable_ssl_support: config option (#2236)

This commit is contained in:
Kamil Trzciński
2021-09-19 18:46:17 +02:00
committed by GitHub
parent f76685fccf
commit 30eca885c9
5 changed files with 15 additions and 0 deletions

View File

@@ -208,6 +208,7 @@ CONF_ENABLE_PIN = "enable_pin"
CONF_ENABLE_TIME = "enable_time"
CONF_ENERGY = "energy"
CONF_ENTITY_ID = "entity_id"
CONF_ESP8266_DISABLE_SSL_SUPPORT = "esp8266_disable_ssl_support"
CONF_ESP8266_RESTORE_FROM_FLASH = "esp8266_restore_from_flash"
CONF_ESPHOME = "esphome"
CONF_ETHERNET = "ethernet"