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

Add clean_session as configurable option to the MQTT component (#7501)

This commit is contained in:
victorclaessen
2024-09-26 23:57:51 +02:00
committed by GitHub
parent c55b4f5e1b
commit 3df25a183a
5 changed files with 9 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ CONF_CHANNELS = "channels"
CONF_CHARACTERISTIC_UUID = "characteristic_uuid"
CONF_CHECK = "check"
CONF_CHIPSET = "chipset"
CONF_CLEAN_SESSION = "clean_session"
CONF_CLEAR_IMPEDANCE = "clear_impedance"
CONF_CLIENT_CERTIFICATE = "client_certificate"
CONF_CLIENT_CERTIFICATE_KEY = "client_certificate_key"