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

support self-signed cert in mqtt (#8650)

This commit is contained in:
scaiper
2025-05-01 06:57:52 +03:00
committed by GitHub
parent f5241ff777
commit 8cd62c0308
3 changed files with 23 additions and 9 deletions

View File

@@ -800,6 +800,7 @@ CONF_SHUTDOWN_MESSAGE = "shutdown_message"
CONF_SIGNAL_STRENGTH = "signal_strength"
CONF_SINGLE_LIGHT_ID = "single_light_id"
CONF_SIZE = "size"
CONF_SKIP_CERT_CN_CHECK = "skip_cert_cn_check"
CONF_SLEEP_DURATION = "sleep_duration"
CONF_SLEEP_PIN = "sleep_pin"
CONF_SLEEP_WHEN_DONE = "sleep_when_done"