mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add clean_session as configurable option to the MQTT component (#7501)
This commit is contained in:
@@ -10,6 +10,7 @@ mqtt:
|
||||
port: 1883
|
||||
username: debug
|
||||
password: debug
|
||||
clean_session: True
|
||||
client_id: someclient
|
||||
use_abbreviations: false
|
||||
discovery: true
|
||||
|
Reference in New Issue
Block a user